From 08cde20eb597d3f178f7a923d9b7887257ab371b Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 1 Feb 2007 20:54:26 +0000 Subject: - Fix build after libmytinfo is gone. Reported by: kris --- audio/timidity/Makefile | 1 + audio/timidity/files/patch-ab | 11 ----------- 2 files changed, 1 insertion(+), 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 -- cgit