summaryrefslogtreecommitdiff
path: root/graphics/dri-devel/files/patch-FreeBSD.cf
blob: 2e31659ced0645a96e0bd99bdd005f29994b8ae3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- config/cf/FreeBSD.cf.orig	Thu Oct  9 02:55:57 2003
+++ config/cf/FreeBSD.cf	Tue Nov 11 17:41:44 2003
@@ -166,6 +166,7 @@
  *
  *    ld: warning: libXThrStub.so.6, needed by libX11.so, not found
  */
+/*
 #if BuildThreadStubLibrary && (!defined(UseInstalledX11) || !UseInstalledX11)
 # define CcCmd			$(CLIENTENVSETUP) cc
 # define CplusplusCmd		$(CLIENTENVSETUP) c++
@@ -173,6 +174,9 @@
 # define CcCmd			cc
 # define CplusplusCmd		c++
 #endif
+*/
+#define CcCmd			${FBSDCC}
+#define CplusplusCmd		${FBSDCXX}
 
 #define CppCmd			/usr/bin/cpp
 #define PreProcessCmd		CppCmd