mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
854635b423
PR: 9594 Submitted by: Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
14 lines
440 B
Plaintext
14 lines
440 B
Plaintext
--- src/config/InterViews/iv-freebsd.cf.orig Sun Jan 17 18:54:17 1999
|
|
+++ src/config/InterViews/iv-freebsd.cf Sun Jan 17 18:12:51 1999
|
|
@@ -0,0 +1,10 @@
|
|
+#include <InterViews/xparams.cf>
|
|
+#undef CppCmd
|
|
+#define CppCmd cpp
|
|
+#undef CCDriver
|
|
+#define CCDriver /usr/bin/c++
|
|
+#undef DependCCFlags
|
|
+#define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++
|
|
+#undef ExtraCCLdLibs
|
|
+#define ExtraCCLdLibs -lg++
|
|
+#define SharedCCFlags -fpic
|