mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
We don't need to explicitly '-lg++' since our C++ compiler does it for us
as required.
This commit is contained in:
parent
e81267d8c7
commit
5423f7f02a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21796
1 changed files with 11 additions and 0 deletions
11
audio/tclmidi/files/patch-ab
Normal file
11
audio/tclmidi/files/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig Sat Sep 18 15:51:47 1999
|
||||
+++ configure Sat Sep 18 15:54:47 1999
|
||||
@@ -1727,7 +1727,7 @@
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
|
||||
- SHLIB_LD_CXX="-Bstatic -lg++ -lstdc++ -lgcc 2> /dev/null"
|
||||
+ SHLIB_LD_CXX="-Bstatic -lstdc++ -lgcc 2> /dev/null"
|
||||
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
Loading…
Add table
Reference in a new issue