diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-03-30 20:30:29 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-03-30 20:30:29 +0000 |
commit | 5f86d4f59a856b210d9de24e98e433d9ba8dfa15 (patch) | |
tree | b1a35722980f31d01f16324fdbec2845e2c6a9f1 /audio/akode-plugins-resampler/Makefile | |
parent | b12801230314e814e75c2fc382a33671feec26a2 (diff) |
Notes
Diffstat (limited to 'audio/akode-plugins-resampler/Makefile')
-rw-r--r-- | audio/akode-plugins-resampler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile index c01af0f8aed2..2bd85e760f41 100644 --- a/audio/akode-plugins-resampler/Makefile +++ b/audio/akode-plugins-resampler/Makefile @@ -28,12 +28,13 @@ PLUGIN= src_resampler PORTNAMESUFX= ${PLUGIN:S/_sink//:S/_decoder//:S/src_//} USE_AUTOTOOLS= libltdl -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/akode-2.0 INSTALLS_SHLIB= yes +CONFIGURE_ENV+= LDFLAGS=-L${WRKSRC}/akode/lib/.libs CONFIGURE_ARGS+=--with-extra-libs=${LOCALBASE}/lib \ --with-extra-includes=${LOCALBASE}/include |