diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/tclmidi/files/patch-ab | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/tclmidi/files/patch-ab')
-rw-r--r-- | audio/tclmidi/files/patch-ab | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/audio/tclmidi/files/patch-ab b/audio/tclmidi/files/patch-ab deleted file mode 100644 index 3358f74e9e64..000000000000 --- a/audio/tclmidi/files/patch-ab +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Thu Oct 10 19:57:27 1996 -+++ configure Sun Mar 28 22:54:44 2004 -@@ -1604,7 +1604,7 @@ - # Greg figured out how to use gcc instead of ld.. - # -lgcc can be found in /usr/lib/gcc-lib/i486-linux/2.7.0/ - # or something similar. -- SHLIB_LD_CXX="-Bstatic -lg++ -lstdc++ -lgcc" -+ SHLIB_LD_CXX="-lg++ -lstdc++ -lgcc" - DL_OBJS="tclLoadDld.o" - DL_LIBS="-ldld" - LD_FLAGS="" -@@ -1727,12 +1727,12 @@ - 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="-lstdc++ -lgcc 2> /dev/null" - - else - echo "$ac_t""no" 1>&6 - -- SHLIB_LD_CXX="-Bstatic -lg++ -lgcc 2> /dev/null" -+ SHLIB_LD_CXX="-lg++ -lgcc 2> /dev/null" - - fi - |