diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-01 20:49:06 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-02-01 20:49:06 +0000 |
commit | 4ff245b21b0140f8b48a16979bcc70ff5617c475 (patch) | |
tree | 4e74273950913c8ce2fde3276a3d80006075d367 /audio/xmcd/files | |
parent | 5d2b3763c1dee2337a3193cb68505d581e447f09 (diff) | |
download | ports-4ff245b21b0140f8b48a16979bcc70ff5617c475.tar.gz ports-4ff245b21b0140f8b48a16979bcc70ff5617c475.zip |
Notes
Diffstat (limited to 'audio/xmcd/files')
-rw-r--r-- | audio/xmcd/files/patch-ac | 15 |
1 files changed, 12 insertions, 3 deletions
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 */ |