- Fix build after libmytinfo is gone.
Reported by: kris
This commit is contained in:
parent
aa50565236
commit
a27d052032
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183886
2 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue