diff options
author | sf <sf@FreeBSD.org> | 2001-03-13 00:53:12 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-03-13 00:53:12 +0800 |
commit | 1383b8818e08d2bba749b9bfa1834b13cb6348d9 (patch) | |
tree | e0c563e4b3e8c702b10333f1e656d9767e4877bb /audio | |
parent | 77779ef499eeed09ae75124f25fd9d08dbc89efd (diff) | |
download | freebsd-ports-gnome-1383b8818e08d2bba749b9bfa1834b13cb6348d9.tar.gz freebsd-ports-gnome-1383b8818e08d2bba749b9bfa1834b13cb6348d9.tar.zst freebsd-ports-gnome-1383b8818e08d2bba749b9bfa1834b13cb6348d9.zip |
correct configure args to respect PREFIX.
PR: 25738
Submitted by: Kentaro Inagaki <inagaki@tg.rim.or.jp>
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 |