diff options
Diffstat (limited to 'audio/libshairport')
-rw-r--r-- | audio/libshairport/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/libshairport/Makefile b/audio/libshairport/Makefile index df23d99d1c4a..f3fe62f51bdc 100644 --- a/audio/libshairport/Makefile +++ b/audio/libshairport/Makefile @@ -11,11 +11,10 @@ DISTNAME= libshairport-${PORTVERSION}_lib MAINTAINER= manuel.creach@icloud.com COMMENT= Airport Extreme Emulator -USES= gmake libtool -USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize -ACLOCAL_ARGS= -I. -AUTOMAKE_ARGS= --add-missing +USES= autoreconf gmake libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip CPPFLAGS+= -isystem${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |