aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-02 04:49:06 +0800
committerrafan <rafan@FreeBSD.org>2007-02-02 04:49:06 +0800
commit081423cf155507921f1aa6d5048bf26f2d326454 (patch)
treef26f14fceb9464304cd37fba33dd438183f03011 /audio
parente3647911ce0206dfdc6011f76b5328752453c09a (diff)
downloadfreebsd-ports-gnome-081423cf155507921f1aa6d5048bf26f2d326454.tar.gz
freebsd-ports-gnome-081423cf155507921f1aa6d5048bf26f2d326454.tar.zst
freebsd-ports-gnome-081423cf155507921f1aa6d5048bf26f2d326454.zip
- Fix build after libmytinfo is gone.
Reported by: kris
Diffstat (limited to 'audio')
-rw-r--r--audio/xmcd/Makefile2
-rw-r--r--audio/xmcd/files/patch-ac15
2 files changed, 13 insertions, 4 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile
index 82468a46ca19..d58f25975b43 100644
--- a/audio/xmcd/Makefile
+++ b/audio/xmcd/Makefile
@@ -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/
diff --git a/audio/xmcd/files/patch-ac b/audio/xmcd/files/patch-ac
index d227389ac584..454c5abc762f 100644
--- a/audio/xmcd/files/patch-ac
+++ b/audio/xmcd/files/patch-ac
@@ -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 */