pkgsrc-wip/endeavour/patches/patch-aa
2006-08-03 22:06:30 +00:00

34 lines
1.1 KiB
Text

$NetBSD: patch-aa,v 1.2 2006/08/03 22:06:30 dhowland Exp $
--- endeavour2/platforms.ini.orig 2006-07-01 20:44:25.000000000 -0400
+++ endeavour2/platforms.ini
@@ -24,23 +24,23 @@ MessageSuccess = Type 'gmake all' or 'ma
#
Platform = UNIX
Description = For most any UNIX system
- PREFIX = /usr
+ PREFIX = @PREFIX@
CFLAGS = -Wall -O2 -DNEED_STRCASESTR
LIBS = -lm
LIB_DIR =
CC = cc
CPP = c++
- PlatformSearchPathInclude = /usr/include
+ PlatformSearchPathInclude = @PREFIX@/include
PlatformSearchPathInclude = /usr/X11R6/include
PlatformSearchPathLib = /lib
- PlatformSearchPathLib = /usr/lib
+ PlatformSearchPathLib = @PREFIX@/lib
PlatformSearchPathLib = /usr/X11R6/lib
PlatformSearchPathEtc = /etc
- PlatformSearchPathEtc = /usr/etc
+ PlatformSearchPathEtc = @PREFIX@/etc
PlatformSearchPathBin = /bin
- PlatformSearchPathBin = /usr/bin
+ PlatformSearchPathBin = @PREFIX@/bin
PlatformSearchPathBin = /usr/X11R6/bin
- PlatformSearchPathData = /usr/share/icons
+ PlatformSearchPathData = @PREFIX@/share/icons
PlatformFeature = debug
Description = Just adds -g to the CFLAGS for debugging
MustExist = No