summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-11-01 03:30:35 +0000
committerPaul Traina <pst@FreeBSD.org>1994-11-01 03:30:35 +0000
commit26762336aa1280183a28d83c366e01c010f1b34c (patch)
tree982d7c38ea3bffdf24d0ae7395e5e5228abc74f0 /x11-toolkits
parentBring InterViews 3.1 port closer to reality... in point of fact, it (diff)
Part of last commit...
Notes
Notes: svn path=/head/; revision=306
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/iv/files/patch-ac15
1 files changed, 15 insertions, 0 deletions
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 <InterViews/xparams.cf>
++ #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