diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-14 13:05:12 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-02-14 13:05:12 +0000 |
commit | c1e3ecebdff5e87416a1235bba5c15ecd64baede (patch) | |
tree | 15ba94b11f671d03394413b736990eadd41fb2e8 /graphics/opendx/files/patch-aj | |
parent | 7f1c13ce26b6a945d9220b6e1bd92c6a4d979f24 (diff) | |
download | ports-c1e3ecebdff5e87416a1235bba5c15ecd64baede.tar.gz ports-c1e3ecebdff5e87416a1235bba5c15ecd64baede.zip |
Upgrade to 4.0.10.
Notes
Notes:
svn path=/head/; revision=25817
Diffstat (limited to 'graphics/opendx/files/patch-aj')
-rw-r--r-- | graphics/opendx/files/patch-aj | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/opendx/files/patch-aj b/graphics/opendx/files/patch-aj new file mode 100644 index 000000000000..a9ba722b0e84 --- /dev/null +++ b/graphics/opendx/files/patch-aj @@ -0,0 +1,11 @@ +--- src/exec/hwrender/opengl/Makefile.in.orig Thu Jan 6 21:17:56 2000 ++++ src/exec/hwrender/opengl/Makefile.in Fri Feb 11 19:24:28 2000 +@@ -90,7 +90,7 @@ + YACC = @YACC@ + yakker = @yakker@ + +-INCLUDES = -I../../../../include -I.. -I../../libdx -I/usr/include -I/usr/local/include -D@ARCH@ ++INCLUDES = -I../../../../include -I.. -I../../libdx -I/usr/include -I/usr/local/include + + noinst_LIBRARIES = libOPENGL.a + |