diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 16:12:20 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 16:12:20 +0800 |
commit | 90869355c500df46e3b6017d8e0b1a2db48a1ce8 (patch) | |
tree | 6661e7ce62892409aaddb9d650570241a1b6af3c /audio/pianobar | |
parent | b8ee2cf998a8f43df9486683be50e802f6f40bfa (diff) | |
download | freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.gz freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.zst freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.zip |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'audio/pianobar')
-rw-r--r-- | audio/pianobar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile index d20375e0af7d..e5fe01e4b1db 100644 --- a/audio/pianobar/Makefile +++ b/audio/pianobar/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \ PLIST_FILES= bin/pianobar \ man/man1/pianobar.1.gz -USES= tar:bzip2 gmake pkgconfig +USES= alias gmake pkgconfig tar:bzip2 MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -std=c99 |