diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 16:53:12 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 16:53:12 +0000 |
commit | e9bb6a9e5c2ee06163c8e447b9092c7e31278d61 (patch) | |
tree | 67dca226c25194643a10125673a0f66a30882232 /audio | |
parent | 34c8a88d2be0f95f0232ad5f089f1ac29ec9c7d3 (diff) | |
download | ports-e9bb6a9e5c2ee06163c8e447b9092c7e31278d61.tar.gz ports-e9bb6a9e5c2ee06163c8e447b9092c7e31278d61.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libvorbis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index ef1c47f37c49..c8d2280eb63c 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= ogg.1:${PORTSDIR}/audio/libogg USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-ogg=${LOCALBASE} +CONFIGURE_ARGS= --with-ogg-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" AUTOCONF_ARGS= ; ${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure |