From de0a71283f3524bd65526b857a53834b1b9c251c Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 28 Oct 2011 17:18:37 +0000 Subject: - Fix build on FreeBSD 10 --- devel/libffi/Makefile | 1 + x11/libSM/Makefile | 1 + 2 files changed, 2 insertions(+) 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 -- cgit