diff options
Diffstat (limited to 'graphics/py-opengl/files/patch-config::freebsd.cfg')
| -rw-r--r-- | graphics/py-opengl/files/patch-config::freebsd.cfg | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/graphics/py-opengl/files/patch-config::freebsd.cfg b/graphics/py-opengl/files/patch-config::freebsd.cfg index abdb50ef0162..3618ad54abf9 100644 --- a/graphics/py-opengl/files/patch-config::freebsd.cfg +++ b/graphics/py-opengl/files/patch-config::freebsd.cfg @@ -1,16 +1,13 @@ - -$FreeBSD$ - ---- config/freebsd.cfg 2003/01/14 17:28:11 1.1 -+++ config/freebsd.cfg 2003/01/14 17:29:05 +--- config/freebsd.cfg.orig Thu May 13 09:25:15 2004 ++++ config/freebsd.cfg Thu May 13 09:25:37 2004 @@ -11,8 +11,8 @@ - [General] - build_togl=1 - gl_platform=GLX --include_dirs=/usr/include:/usr/local/include:/usr/X11/include --library_dirs=/usr/lib:/usr/local/lib:/usr/X11/lib -+include_dirs=/usr/include:%%LOCALBASE%%l/include:%%X11BASE%%/include -+library_dirs=/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib - - ; a sys.pathsep separated list of the libs needed when linking GL - [GL] + [General]
+ build_togl=1
+ gl_platform=GLX
+-include_dirs=/usr/include:/usr/local/include:/usr/X11/include:/usr/X11R6/include
+-library_dirs=/usr/lib:/usr/local/lib:/usr/X11/lib:/usr/X11R6/lib
++include_dirs=/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include
++library_dirs=/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib
+
+ ; a os.pathsep separated list of the libs needed when linking GL
+ [GL]
|
