aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--graphics/libv3d/files/patch-platforms.ini32
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)