aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-09-20 09:54:49 +0800
committersteve <steve@FreeBSD.org>1999-09-20 09:54:49 +0800
commit93c0acf4712328daca88daacdba0f6fcf563e201 (patch)
tree0f83a2cc350ba9fbacf03fa232d8f8e7857bb745 /audio
parentc8b9114bc149de9e0156658fb22765a9bc699cca (diff)
downloadfreebsd-ports-gnome-93c0acf4712328daca88daacdba0f6fcf563e201.tar.gz
freebsd-ports-gnome-93c0acf4712328daca88daacdba0f6fcf563e201.tar.zst
freebsd-ports-gnome-93c0acf4712328daca88daacdba0f6fcf563e201.zip
We don't need to explicitly '-lg++' since our C++ compiler does it for us
as required.
Diffstat (limited to 'audio')
-rw-r--r--audio/tclmidi/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tclmidi/files/patch-ab b/audio/tclmidi/files/patch-ab
new file mode 100644
index 000000000000..aeec0533bf55
--- /dev/null
+++ b/audio/tclmidi/files/patch-ab
@@ -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