diff options
author | marino <marino@FreeBSD.org> | 2014-10-20 17:34:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-20 17:34:03 +0800 |
commit | f8ee277c1fc111bacf885dd55f96c9a604cc3d47 (patch) | |
tree | ad654e472d3378e589b21dcb25a71b4f2d702f53 /multimedia | |
parent | 21658c7c54dcedadeedd4f1c45009b4a1e473f9b (diff) | |
download | freebsd-ports-gnome-f8ee277c1fc111bacf885dd55f96c9a604cc3d47.tar.gz freebsd-ports-gnome-f8ee277c1fc111bacf885dd55f96c9a604cc3d47.tar.zst freebsd-ports-gnome-f8ee277c1fc111bacf885dd55f96c9a604cc3d47.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 'multimedia')
-rw-r--r-- | multimedia/libva/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mencoder/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libva/Makefile b/multimedia/libva/Makefile index dc89c7a89124..ec2155959e83 100644 --- a/multimedia/libva/Makefile +++ b/multimedia/libva/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm -USES= autoreconf libtool pkgconfig tar:bzip2 +USES= alias autoreconf libtool pkgconfig tar:bzip2 USE_XORG= glproto pciaccess xext xfixes USE_GL= gl GNU_CONFIGURE= yes diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 35f5994f1d33..fbf0f40c94bb 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -41,7 +41,7 @@ TOOLFILES= aconvert.sh binary_codecs.sh calcbpp.pl \ subedit.pl subsearch.sh vobshift.py \ w32codec_dl.pl wma2ogg.pl -USES+= shebangfix +USES+= alias shebangfix SHEBANG_FILES= TOOLS/calcbpp.pl TOOLS/checktree.sh TOOLS/countquant.pl \ TOOLS/divx2svcd.sh TOOLS/dvd2divxscript.pl TOOLS/mencvcd.sh \ TOOLS/mphelp_check.py TOOLS/plotpsnr.pl TOOLS/psnr-video.sh \ |