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/libva | |
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/libva')
-rw-r--r-- | multimedia/libva/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |