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 /emulators/jzintv | |
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 'emulators/jzintv')
-rw-r--r-- | emulators/jzintv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 02cc1f2752e6..753d501d9228 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -16,7 +16,7 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/jzintv-1.0-beta4 BUILD_WRKSRC= ${WRKSRC}/src -USES= gmake zip +USES= alias gmake zip USE_XORG= x11 xau xdmcp USE_SDL= sdl CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` |