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 | |
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
-rw-r--r-- | devel/libffi/Makefile | 1 | ||||
-rw-r--r-- | x11/libSM/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 0df6d579f8db..c1b5bae2739d 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://sourceware.org/pub/libffi/ MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Foreign Function Interface +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack pkgconfig 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 |