diff options
Diffstat (limited to 'audio/swhplugins/Makefile')
-rw-r--r-- | audio/swhplugins/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index e5f0a9136252..18b6892ba16f 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= swhplugins -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.3 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/releases/${PORTVERSION}/ DISTNAME= swh-plugins-${PORTVERSION} @@ -26,5 +26,7 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} pre-extract: @${ECHO_CMD} "NOTE: This port does not build all \ Plugins, due to missing lrintf() function on FreeBSD" +post-patch: + ${REINPLACE_CMD} -e 's,Bsymbolic,Bsymbolic -L${LOCALBASE}/lib,' ${WRKSRC}/Makefile.am .include <bsd.port.mk> |