- Fix build after libmytinfo is gone.
Reported by: kris
This commit is contained in:
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
|
@ -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/
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue