mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Part of last commit...
This commit is contained in:
parent
c095186cb6
commit
26762336aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306
1 changed files with 15 additions and 0 deletions
15
x11-toolkits/iv/files/patch-ac
Normal file
15
x11-toolkits/iv/files/patch-ac
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue