diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/xmcd/files/patch-xmcd_d__Imakefile | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'audio/xmcd/files/patch-xmcd_d__Imakefile')
-rw-r--r-- | audio/xmcd/files/patch-xmcd_d__Imakefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/xmcd/files/patch-xmcd_d__Imakefile b/audio/xmcd/files/patch-xmcd_d__Imakefile new file mode 100644 index 000000000000..fc4f797ce280 --- /dev/null +++ b/audio/xmcd/files/patch-xmcd_d__Imakefile @@ -0,0 +1,28 @@ +--- xmcd_d/Imakefile.orig Mon Nov 4 06:44:44 2002 ++++ xmcd_d/Imakefile Mon Nov 4 04:44:28 2002 +@@ -44,7 +44,7 @@ + * #include "Motif.rules" + */ + +-CDDBLIB= -L../cddb_d -lcddb ++CDDBLIB= -L../cddb_d -lcddblocal + LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib + VORBLIB= -lvorbisenc -lvorbis -logg + FLACLIB= -lFLAC +@@ -82,7 +82,7 @@ + #endif /* OSF1 */ + #endif /* Linux */ + +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} XawClientLibs + + #if defined(FreeBSDArchitecture) + .if exists(/usr/include/camlib.h) +@@ -137,6 +137,7 @@ + #endif /* Linux Sun AIX Ultrix USL SVR4 */ + #endif /* BSD OSF1 sony_news Sun4 */ + ++MANSUFFIX=1 + + /* + * Add local include path |