mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
0a8553ab74
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
17 lines
483 B
Plaintext
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
|