diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 22:20:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-14 22:20:24 +0000 |
commit | ec07361022a43c5412d2bc73a7bfae0ddb56268e (patch) | |
tree | 6568d2b607630592350ae0575fdd244085442d26 /audio | |
parent | 0ef649ad1d99a1008b87ad8b29e37db3f2ccc5a4 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/prokyon3/Makefile | 7 | ||||
-rw-r--r-- | audio/prokyon3/files/patch_prokburn | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 958daf6de0d5..c6fc95b79b73 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -26,8 +26,9 @@ USE_GMAKE= yes USE_GETOPT_LONG=yes USE_GETTEXT= yes USE_MYSQL= yes +USE_PERL5_BUILD=yes CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\ - --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \ + --with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE} \ --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include QT_NONSTANDARD= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \ @@ -45,7 +46,9 @@ PLIST_FILES+= bin/prokburn post-patch: @${REINPLACE_CMD} -e 's|-g -O2|${CFLAGS}|; s|-lqt-mt|-lqt-mt ${PTHREAD_LIBS}|' ${WRKSRC}/configure -.if !defined(WITH_BURN) +.if defined(WITH_BURN) + @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' ${WRKSRC}/prokburn +.else @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.in .endif diff --git a/audio/prokyon3/files/patch_prokburn b/audio/prokyon3/files/patch_prokburn deleted file mode 100644 index 750d52acdee2..000000000000 --- a/audio/prokyon3/files/patch_prokburn +++ /dev/null @@ -1,8 +0,0 @@ ---- prokburn.orig Sun Jan 25 11:25:18 2004 -+++ prokburn Sun Jan 25 11:25:41 2004 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - ####################################################################################" - # A small bash utility to burn CD from prokyon3. - # PH FERME |