diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 02:53:24 +0800 |
commit | d0b73dd53436e6bd29701902fe6a78ada09f9f59 (patch) | |
tree | a057af9fd63f1e122391d52bbe23dee0bf08cffe /x11/libXv | |
parent | 03d2969e82aaa9b464977821bf644be406a01b1f (diff) | |
download | freebsd-ports-graphics-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.gz freebsd-ports-graphics-d0b73dd53436e6bd29701902fe6a78ada09f9f59.tar.zst freebsd-ports-graphics-d0b73dd53436e6bd29701902fe6a78ada09f9f59.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'x11/libXv')
-rw-r--r-- | x11/libXv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libXv/Makefile b/x11/libXv/Makefile index 333c8d841bb..cb4e9732f30 100644 --- a/x11/libXv/Makefile +++ b/x11/libXv/Makefile @@ -15,6 +15,7 @@ COMMENT= X Video Extension library LICENSE= MIT +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= x11 xext xextproto videoproto:both xproto:both |