From 26762336aa1280183a28d83c366e01c010f1b34c Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Tue, 1 Nov 1994 03:30:35 +0000 Subject: [PATCH] Part of last commit... --- x11-toolkits/iv/files/patch-ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 x11-toolkits/iv/files/patch-ac diff --git a/x11-toolkits/iv/files/patch-ac b/x11-toolkits/iv/files/patch-ac new file mode 100644 index 000000000000..e3e6ef75aca2 --- /dev/null +++ b/x11-toolkits/iv/files/patch-ac @@ -0,0 +1,15 @@ +*** src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:31:42 1994 +--- src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:36:04 1994 +*************** +*** 0 **** +--- 1,10 ---- ++ #include ++ #undef CppCmd ++ #define CppCmd cpp ++ #undef CCDriver ++ #define CCDriver c++ ++ #undef DependCCFlags ++ #define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++ ++ #undef ExtraCCLdLibs ++ #define ExtraCCLdLibs -lg++ ++ #define SharedCCFlags -fpic