diff options
Diffstat (limited to 'japanese/iv/files/patch-ac')
-rw-r--r-- | japanese/iv/files/patch-ac | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-ac b/japanese/iv/files/patch-ac new file mode 100644 index 000000000000..d02518bcc90d --- /dev/null +++ b/japanese/iv/files/patch-ac @@ -0,0 +1,16 @@ +*** 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,11 ---- ++ #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++ ++ #undef SharedCCFlags ++ #define SharedCCFlags -fpic |