diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 17:03:09 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 17:03:09 +0800 |
commit | 85d22699683aa275c308c5d5f4c5eaafae20bff7 (patch) | |
tree | 01211f498c3c004b5276d6d20f6d003c456f9e66 /comms | |
parent | 4a032255bfec99ee13d16593e0dfe1a91ee0c389 (diff) | |
download | freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.tar.gz freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.tar.zst freebsd-ports-gnome-85d22699683aa275c308c5d5f4c5eaafae20bff7.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 'comms')
-rw-r--r-- | comms/anyremote/Makefile | 2 | ||||
-rw-r--r-- | comms/lirc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index e97b16102a1d..0b93e2e8835c 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -11,7 +11,7 @@ COMMENT= Remote control service over Bluetooth, infrared, or TCP/IP networking LICENSE= GPLv2 -USES= iconv pkgconfig +USES= alias iconv pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile index 067d9875292e..c670911c89ed 100644 --- a/comms/lirc/Makefile +++ b/comms/lirc/Makefile @@ -15,7 +15,7 @@ COMMENT= Linux Infrared Remote Control BUILD_DEPENDS= v4l_compat>=1.0.20110603:${PORTSDIR}/multimedia/v4l_compat INSTALL_TARGET= install-strip -USES= gmake libtool python tar:bzip2 +USES= alias gmake libtool python tar:bzip2 USE_AUTOTOOLS= libtoolize automake autoheader aclocal autoconf AUTOMAKE_ARGS= -a -c -f USE_XORG= sm x11 |