mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
16 lines
460 B
Plaintext
16 lines
460 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,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
|