diff options
Diffstat (limited to 'audio/aqualung/Makefile')
-rw-r--r-- | audio/aqualung/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index 7a09f1024fb3..ca3e3dc6d288 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -42,9 +42,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" --with-alsa=no --with-ifp=no \ --with-cdda=no -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib -lstrfunc +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lstrfunc MAN1= ${PORTNAME}.1 OPTIONS= JACK "Enable JACK low-latency audio server support" Off \ |