aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri-devel/files/patch-FreeBSD.cf
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dri-devel/files/patch-FreeBSD.cf')
-rw-r--r--graphics/dri-devel/files/patch-FreeBSD.cf25
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