diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2002-09-01 18:58:12 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2002-09-01 18:58:12 +0000 |
commit | 13a0c86a660473adab00e20bcb8bb2a453e9f082 (patch) | |
tree | 1777209c677da3b1d0a48bb936c9b970c0b7a4cf /graphics/dri-devel/files/patch-FreeBSD.cf | |
parent | Update to 3.4.1 (diff) |
Update dri-devel to recent trunk, respect CFLAGS
Notes
Notes:
svn path=/head/; revision=65444
Diffstat (limited to 'graphics/dri-devel/files/patch-FreeBSD.cf')
-rw-r--r-- | graphics/dri-devel/files/patch-FreeBSD.cf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/dri-devel/files/patch-FreeBSD.cf b/graphics/dri-devel/files/patch-FreeBSD.cf new file mode 100644 index 000000000000..894c432706d9 --- /dev/null +++ b/graphics/dri-devel/files/patch-FreeBSD.cf @@ -0,0 +1,25 @@ +Index: config/cf/FreeBSD.cf +=================================================================== +RCS file: /cvsroot/dri/xc/xc/config/cf/FreeBSD.cf,v +retrieving revision 1.15.24.1 +diff -u -r1.15.24.1 FreeBSD.cf +--- config/cf/FreeBSD.cf 15 Jul 2002 20:20:54 -0000 1.15.24.1 ++++ config/cf/FreeBSD.cf 23 Aug 2002 22:44:33 -0000 +@@ -144,6 +144,7 @@ + * + * ld: warning: libXThrStub.so.6, needed by libX11.so, not found + */ ++/* + #if BuildThreadStubLibrary && !UseInstalled + # define CcCmd $(CLIENTENVSETUP) cc + # define CplusplusCmd $(CLIENTENVSETUP) c++ +@@ -151,6 +152,9 @@ + # define CcCmd cc + # define CplusplusCmd c++ + #endif ++*/ ++#define CcCmd ${FBSDCC} ++#define CplusplusCmd ${FBSDCXX} + + #define CppCmd /usr/bin/cpp + #define PreProcessCmd CppCmd |