- Fix build after libmytinfo is gone.

Reported by:	kris
This commit is contained in:
Rong-En Fan 2007-02-01 20:49:06 +00:00
parent 5d2b3763c1
commit 4ff245b21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183883
2 changed files with 13 additions and 4 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= xmcd
PORTVERSION= 3.3.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= http://www.ibiblio.org/tkan/download/xmcd/3.3.2/src/

View file

@ -1,6 +1,15 @@
--- cda_d/Imakefile.orig Mon Nov 4 06:44:55 2002
+++ cda_d/Imakefile Mon Nov 4 05:06:59 2002
@@ -186,6 +186,7 @@
--- cda_d/Imakefile.orig Thu Apr 22 03:27:23 2004
+++ cda_d/Imakefile Fri Feb 2 04:44:17 2007
@@ -193,7 +193,7 @@
LOCAL_LIBRARIES=-lncurses
#else
#if defined(FreeBSDArchitecture)
-LOCAL_LIBRARIES=-lncurses -lmytinfo
+LOCAL_LIBRARIES=-lncurses
.if exists(/usr/include/camlib.h)
LOCAL_LIBRARIES+= -lcam
.endif
@@ -231,6 +231,7 @@
#endif /* LinuxArchitecture OpenBSDArchitecture */
#endif /* SunArchitecture */