1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/vnc/files/FreeBSD.cf-patch
Pav Lucistnik b0bb2c2185 - Update to 4.1.1
PR:		ports/81394
Submitted by:	James Raftery <james@now.ie> (maintainer)
2005-05-26 13:08:37 +00:00

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