1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/iv/files/patch-ac
Satoshi Asami 0a8553ab74 Japanized interviews.
Submitted by:	MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
1997-03-02 14:55:59 +00:00

17 lines
483 B
Plaintext

*** 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