summaryrefslogtreecommitdiff
path: root/graphics/py-opengl/files/patch-config::freebsd.cfg
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-01-15 18:28:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-01-15 18:28:17 +0000
commite6416fb341299cde44ff491d8a104e6e29e3f607 (patch)
tree5e344073f3a7c49381a5ccd5748e0bb9c3c77637 /graphics/py-opengl/files/patch-config::freebsd.cfg
parentUpdate to 2.4.0. (diff)
Update to 2.0.0.44.
Notes
Notes: svn path=/head/; revision=73183
Diffstat (limited to 'graphics/py-opengl/files/patch-config::freebsd.cfg')
-rw-r--r--graphics/py-opengl/files/patch-config::freebsd.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/py-opengl/files/patch-config::freebsd.cfg b/graphics/py-opengl/files/patch-config::freebsd.cfg
new file mode 100644
index 000000000000..abdb50ef0162
--- /dev/null
+++ b/graphics/py-opengl/files/patch-config::freebsd.cfg
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- config/freebsd.cfg 2003/01/14 17:28:11 1.1
++++ config/freebsd.cfg 2003/01/14 17:29:05
+@@ -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]