mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Fix build with clang
PR: 185512 Submitted by: ports fury
This commit is contained in:
parent
d763a59ad1
commit
e45a96b5be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340295
@ -12,22 +12,33 @@ DISTNAME= ${PORTNAME}-CVS-${PORTVERSION}-with-bmp-plugin
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= FLAC input plugin for beep-media-player
|
||||
|
||||
LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player \
|
||||
libFLAC.so:${PORTSDIR}/audio/flac
|
||||
LICENSE= GPLv2
|
||||
|
||||
PLIST_FILES= lib/bmp/Input/libbmp-flac.so
|
||||
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac \
|
||||
libbeep.so:${PORTSDIR}/multimedia/beep-media-player
|
||||
|
||||
USES= iconv pkgconfig
|
||||
USE_BZIP2= yes
|
||||
USES= iconv pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} \
|
||||
--with-ogg="${LOCALBASE}" \
|
||||
--with-xmms-prefix="${LOCALBASE}"
|
||||
|
||||
MAKEFILE= ${FILESDIR}/Makefile
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
PLIST_FILES= lib/bmp/Input/libbmp-flac.so
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/xtra_stdcpp/s|-lstdc++||' ${WRKSRC}/configure
|
||||
|
||||
# "obj" is magic to our make(1)
|
||||
# make sure we get the new includes from ${LOCALBASE}/include/FLAC
|
||||
@ -38,12 +49,7 @@ post-configure:
|
||||
# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/Input
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/bmp/Input
|
||||
${INSTALL_LIB} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${STAGEDIR}${PREFIX}/lib/bmp/Input
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
(cd ${WRKSRC}/src/plugin_bmp/.libs && ${INSTALL_LIB} libbmp-flac.so \
|
||||
${STAGEDIR}${PREFIX}/lib/bmp/Input)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user