mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
b0bb2c2185
PR: ports/81394 Submitted by: James Raftery <james@now.ie> (maintainer)
19 lines
618 B
Plaintext
19 lines
618 B
Plaintext
--- xc/config/cf/FreeBSD.cf.orig Mon May 16 17:11:31 2005
|
|
+++ xc/config/cf/FreeBSD.cf Mon May 16 17:11:58 2005
|
|
@@ -162,11 +162,11 @@
|
|
* ld: warning: libXThrStub.so.6, needed by libX11.so, not found
|
|
*/
|
|
#if BuildThreadStubLibrary && (!defined(UseInstalledX11) || !UseInstalledX11)
|
|
-# define CcCmd $(CLIENTENVSETUP) cc
|
|
-# define CplusplusCmd $(CLIENTENVSETUP) c++
|
|
+# define CcCmd $(CLIENTENVSETUP) %%CC%%
|
|
+# define CplusplusCmd $(CLIENTENVSETUP) %%CXX%%
|
|
#else
|
|
-# define CcCmd cc
|
|
-# define CplusplusCmd c++
|
|
+# define CcCmd %%CC%%
|
|
+# define CplusplusCmd %%CXX%%
|
|
#endif
|
|
|
|
#define CppCmd /usr/bin/cpp
|