diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-06-26 22:58:32 +0000 |
commit | b2fd75e43812932b61dab72c80fedba5f9715b82 (patch) | |
tree | c06ec55813ad4aa528be251b248e0309e8332282 /audio/libshout2 | |
parent | 061c49565fbb5c5cfff7bc561b07c79fbade8f24 (diff) | |
download | ports-b2fd75e43812932b61dab72c80fedba5f9715b82.tar.gz ports-b2fd75e43812932b61dab72c80fedba5f9715b82.zip |
Notes
Diffstat (limited to 'audio/libshout2')
-rw-r--r-- | audio/libshout2/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/libshout2/Makefile b/audio/libshout2/Makefile index c0f26c349c0b..11c55311ea2f 100644 --- a/audio/libshout2/Makefile +++ b/audio/libshout2/Makefile @@ -29,6 +29,12 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/libshout +# Idiot packagers +pre-configure: +.for file in config.guess config.sub ltmain.sh + ${LN} -sf ${LIBTOOL_SHAREDIR}/${file} ${WRKSRC} +.endfor + post-configure: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\ ${WRKSRC}/examples/Makefile |