diff options
author | edwin <edwin@FreeBSD.org> | 2004-10-13 09:48:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-10-13 09:48:28 +0800 |
commit | 86c87385f73687cb6ebcb6f83e51f5d51d3524a1 (patch) | |
tree | 35c7e9549e41c5f4f1ca56653d59211b33e1cc83 /audio/faac | |
parent | 92621b54f1d1054468bc7783cf156073a27a74a9 (diff) | |
download | freebsd-ports-gnome-86c87385f73687cb6ebcb6f83e51f5d51d3524a1.tar.gz freebsd-ports-gnome-86c87385f73687cb6ebcb6f83e51f5d51d3524a1.tar.zst freebsd-ports-gnome-86c87385f73687cb6ebcb6f83e51f5d51d3524a1.zip |
[MAINTAINER] audio/faac: [Fix build on 6.0-CURRENT]
- Fix build on 6.0
Tested and Reported by: Chris Johnson <cjohnson@wcug.wwu.edu>
PR: ports/72593
Submitted by: Michael Johnson <ahze@ahze.net>
Reviewed by: Chris Johnson <cjohnson@wcug.wwu.edu>
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/faac/Makefile b/audio/faac/Makefile index 1a4b2bd83b66..7ad6713f39b2 100644 --- a/audio/faac/Makefile +++ b/audio/faac/Makefile @@ -26,7 +26,9 @@ USE_LIBTOOL_VER=13 USE_REINPLACE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" \ + HAVECXX="yes" + INSTALLS_SHLIB= yes pre-patch: build-depends |