diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-17 00:49:19 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-09-17 00:49:19 +0000 |
commit | a2ad894669e5f7428278c9ad33b9784e02d69161 (patch) | |
tree | e5a4b2b3e1d1d591f5f9d8a7687226f8f6a711f5 /audio/timidity++/files/patch-configure | |
parent | Chase updated mastersite. (diff) |
o Fix deep recursion problem of dependency on self. [1]
o Fix typo in playmidi.c. [2]
o Find tk84 or tk83 library for timidity++-tcltk slave port. [2]
o Change install directory of Japanese documentation files. [2]
o Add RUN_DEPENDS on the timidity.cfg installed by audio/eawpats. [2] [3]
I'll add audio/eawplus, and change dependency on audio/eawplus.
o Remove explicit requirements for particular major numbers [2]
of the dependencies' share libraries. [2]
Pointed out by: Mikhail Teterin <mi+kde@aldan.algebra.com> [1] [3]
Noticed by: portmgr (marcus) [1]
Suggested by: portmgr (kris) [1]
Submitted by: Mikhail Teterin <mi@corbulon.video-collage.com> [2]
Approved by: Jonathan Lennox <lennox@cs.columbia.edu> [3]
Notes
Notes:
svn path=/head/; revision=142980
Diffstat (limited to 'audio/timidity++/files/patch-configure')
-rw-r--r-- | audio/timidity++/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/timidity++/files/patch-configure b/audio/timidity++/files/patch-configure new file mode 100644 index 000000000000..56fa5f6d0229 --- /dev/null +++ b/audio/timidity++/files/patch-configure @@ -0,0 +1,9 @@ +--- configure Sun Oct 3 08:39:51 2004 ++++ configure Sat Sep 10 14:30:53 2005 +@@ -16677,5 +16677,5 @@ + done + LIBS="$LIBS $tcl_lib" +- for l in tk tk8.4 tk8.3 tk8.0jp tk4.2jp tk80jp tk42jp tk8.0 tk4.2 tk80 tk42; do ++ for l in tk tk84 tk83 tk8.0jp tk4.2jp tk80jp tk42jp tk8.0 tk4.2 tk80 tk42; do + case "x$tk_lib" in x) as_ac_Lib=`echo "ac_cv_lib_$l''_Tk_Init" | $as_tr_sh` + echo "$as_me:$LINENO: checking for Tk_Init in -l$l" >&5 |