summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-06-30 22:15:53 +0000
committermarcus <marcus@FreeBSD.org>2003-06-30 22:15:53 +0000
commit73dd0b32e7c88f7ce17fae7663165f277334df2a (patch)
treef99de765e9e1ffdd3b2bba0d96791ea41824e835 /audio
parent0f1a3c9e0c7d6fa3c9ffe1b09c8a2a3db1d47acd (diff)
downloadFreeBSD-ports-73dd0b32e7c88f7ce17fae7663165f277334df2a.zip
FreeBSD-ports-73dd0b32e7c88f7ce17fae7663165f277334df2a.tar.gz
Fix the build on -CURRENT.
Reported by: maintainer
Diffstat (limited to 'audio')
-rw-r--r--audio/alsaplayer/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile
index 869c086..349e44c 100644
--- a/audio/alsaplayer/Makefile
+++ b/audio/alsaplayer/Makefile
@@ -23,6 +23,10 @@ WANT_GNOME= yes
USE_GETOPT_LONG=yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
MAN1= alsaplayer.1
OpenPOWER on IntegriCloud