1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-aj
Steve Price 854635b423 Correct build on ELF and add maintainer.
PR:		9594
Submitted by:	Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-26 02:40:32 +00:00

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