diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-01 20:54:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-01 20:54:26 +0000 |
commit | a27d052032805359ae580618bf2fac8edb85b4dc (patch) | |
tree | 1285be337d207337a33583fbfc4f5ba5e9006f67 /audio | |
parent | - Bump PORTREVISION. The dynamic linking libraries are changed in previous (diff) |
- Fix build after libmytinfo is gone.
Reported by: kris
Notes
Notes:
svn path=/head/; revision=183886
Diffstat (limited to 'audio')
-rw-r--r-- | audio/timidity/Makefile | 1 | ||||
-rw-r--r-- | audio/timidity/files/patch-ab | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 3a87565c7548..2519dd573b68 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -7,6 +7,7 @@ PORTNAME= timidity PORTVERSION= 0.2i +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/:tiins \ http://www.onicos.com/staff/iz/timidity/dist/:timidity diff --git a/audio/timidity/files/patch-ab b/audio/timidity/files/patch-ab index ca9ccdf6fcfe..2f3be4d11d0f 100644 --- a/audio/timidity/files/patch-ab +++ b/audio/timidity/files/patch-ab @@ -29,17 +29,6 @@ # Where to install the Tcl code, if you use the Tcl code that is. TCL_DIR = $(TIMID_DIR) -@@ -93,8 +93,8 @@ - # Select the ncurses full-screen interface - SYSTEM += -DIA_NCURSES - SYSEXTRAS += ncurs_c.c --EXTRAINCS += -I/usr/include/ncurses --EXTRALIBS += -lncurses -+#EXTRAINCS += -I/usr/include/ncurses -+EXTRALIBS += -lncurses -lmytinfo - - ## Select the S-Lang full-screen interface - #SYSTEM += -DIA_SLANG @@ -112,9 +112,9 @@ #EXTRALIBS += -lgen |