diff options
author | marcus <marcus@FreeBSD.org> | 2003-07-01 06:15:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-07-01 06:15:53 +0800 |
commit | 73dd0b32e7c88f7ce17fae7663165f277334df2a (patch) | |
tree | f99de765e9e1ffdd3b2bba0d96791ea41824e835 /audio/alsaplayer | |
parent | 0f1a3c9e0c7d6fa3c9ffe1b09c8a2a3db1d47acd (diff) | |
download | freebsd-ports-gnome-73dd0b32e7c88f7ce17fae7663165f277334df2a.tar.gz freebsd-ports-gnome-73dd0b32e7c88f7ce17fae7663165f277334df2a.tar.zst freebsd-ports-gnome-73dd0b32e7c88f7ce17fae7663165f277334df2a.zip |
Fix the build on -CURRENT.
Reported by: maintainer
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index 869c086cda80..349e44c1b46b 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 |