diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-27 21:39:56 +0800 |
commit | 396abaf62587d00ccada067e29624b3c0604e521 (patch) | |
tree | 9a699d5ebdc0794a4500afa76344608291eea1c6 /graphics | |
parent | 2c4fc333388e2100c521c2e710e1ae4663e37b20 (diff) | |
download | freebsd-ports-gnome-396abaf62587d00ccada067e29624b3c0604e521.tar.gz freebsd-ports-gnome-396abaf62587d00ccada067e29624b3c0604e521.tar.zst freebsd-ports-gnome-396abaf62587d00ccada067e29624b3c0604e521.zip |
- Respect X11BASE
PR: ports/105881
Submitted by: trasz
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libv3d/files/patch-platforms.ini | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/graphics/libv3d/files/patch-platforms.ini b/graphics/libv3d/files/patch-platforms.ini index 5b9bc2d62069..f6bbe8ae16d3 100644 --- a/graphics/libv3d/files/patch-platforms.ini +++ b/graphics/libv3d/files/patch-platforms.ini @@ -1,6 +1,6 @@ ---- libv3d/platforms.ini.orig Wed Jul 3 02:37:49 2002 -+++ libv3d/platforms.ini Wed Jul 3 02:42:55 2002 -@@ -23,8 +23,7 @@ +--- libv3d/platforms.ini.orig Mon Jan 20 01:57:06 2003 ++++ libv3d/platforms.ini Sun Nov 26 19:46:56 2006 +@@ -23,22 +23,21 @@ Platform = UNIX Description = For most any UNIX system PREFIX = /usr/ @@ -10,6 +10,32 @@ LIBS = -lm LIB_DIR = CC = cc + CPP = c++ + PlatformSearchPathInclude = /usr/include/ +- PlatformSearchPathInclude = /usr/X11R6/include/ ++ PlatformSearchPathInclude = %%X11BASE%%/include/ + PlatformSearchPathLib = /lib/ + PlatformSearchPathLib = /usr/lib/ +- PlatformSearchPathLib = /usr/X11R6/lib/ ++ PlatformSearchPathLib = %%X11BASE%%/lib/ + PlatformSearchPathEtc = /etc/ + PlatformSearchPathEtc = /usr/etc/ + PlatformSearchPathBin = /bin/ + PlatformSearchPathBin = /usr/bin/ +- PlatformSearchPathBin = /usr/X11R6/bin/ ++ PlatformSearchPathBin = %%X11BASE%%/bin/ + PlatformSearchPathBin = /usr/games/ + PlatformSearchPathData = /usr/share/icons/ + PlatformSearchPathData = /usr/share/games/ +@@ -51,7 +50,7 @@ + # MustExist = Yes + # FeatureCFLAGS = + # FeatureLIBS = -lSM -lICE -lX11 -lXext -lXi -lXmu +-# FeatureLIB_DIR = -L/usr/X11R6/lib/ ++# FeatureLIB_DIR = -L%%X11BASE%%/lib/ + # FeatureDepend = X11-lib + # DependType = Library + # MustExist = Yes @@ -65,8 +64,9 @@ PlatformFeature = opengl Description = An implementation of OpenGL (ie Mesa3D) |