summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 01:54:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 01:54:49 +0000
commit5423f7f02a8295d307f8f390c9fdd40b605f1309 (patch)
tree7cb07a7f73235b2fc0c101d07cc354006243b1af /audio
parentThe second to arg to snprintf(3) is of type size_t. (diff)
We don't need to explicitly '-lg++' since our C++ compiler does it for us
as required.
Notes
Notes: svn path=/head/; revision=21796
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