diff options
author | miwi <miwi@FreeBSD.org> | 2011-10-29 01:18:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-10-29 01:18:37 +0800 |
commit | de0a71283f3524bd65526b857a53834b1b9c251c (patch) | |
tree | 3c567472143e09ee26fee480231f642a83228add /x11/libSM | |
parent | 4d704b08c99caa03dc2ff63a7862f9d667e1123c (diff) | |
download | freebsd-ports-gnome-de0a71283f3524bd65526b857a53834b1b9c251c.tar.gz freebsd-ports-gnome-de0a71283f3524bd65526b857a53834b1b9c251c.tar.zst freebsd-ports-gnome-de0a71283f3524bd65526b857a53834b1b9c251c.zip |
- Fix build on FreeBSD 10
Diffstat (limited to 'x11/libSM')
-rw-r--r-- | x11/libSM/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libSM/Makefile b/x11/libSM/Makefile index 05af68453f54..5a7a3ea97f10 100644 --- a/x11/libSM/Makefile +++ b/x11/libSM/Makefile @@ -17,6 +17,7 @@ LICENSE= MIT BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/xorg-macros.m4:${PORTSDIR}/devel/xorg-macros +WITH_FBSD10_FIX= yes XORG_CAT= lib USE_XORG= ice xproto:both xtrans |