diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-14 10:01:09 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-14 10:01:09 +0000 |
commit | b22f2812d1da77afea72b6004bcc62e63291564e (patch) | |
tree | 20cc356c2713b0c352a89e37947b1e11436299f5 /multimedia | |
parent | aaf02b4ae5e68f209950418d475546ffe99e2299 (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/bmp-extra-plugins/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile index fa36bd3b6856..7fb0e99f7e5e 100644 --- a/multimedia/bmp-extra-plugins/Makefile +++ b/multimedia/bmp-extra-plugins/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ artsc.0:${PORTSDIR}/audio/arts USE_GNOME= libglade2 esound -USE_X_PREFIX= yes +USE_GETTEXT= yes USE_BZIP2= yes GNU_CONFIGURE= yes @@ -29,7 +29,11 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g ; s|echo aout|echo elf|' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g ; \ + s,echo aout,echo elf,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '38,40s,^static ,,' \ + ${WRKSRC}/output/crossfade/monitor.c + @${REINPLACE_CMD} -e '97s,^static ,,' \ + ${WRKSRC}/output/crossfade/oss.c .include <bsd.port.mk> |