From 9350c450c880a5232da6d9777b9f46881aec67db Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 28 Oct 2011 17:09:20 +0000 Subject: [PATCH] - Fix build on FreeBSD 10 Approved by: kwm --- audio/libcddb/Makefile | 1 + devel/gio-fam-backend/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 41a7afd0f493..49ea20eb8e4c 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -15,6 +15,7 @@ MASTER_SITES= SF MAINTAINER= multimedia@FreeBSD.org COMMENT= A library to access data on a CDDB server +WITH_FBSD10_FIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile index c3a0cb764176..1545979ccd11 100644 --- a/devel/gio-fam-backend/Makefile +++ b/devel/gio-fam-backend/Makefile @@ -26,6 +26,7 @@ COMMENT= FAM backend for GLib\'s GIO library USE_XZ= yes BUILD_WRKSRC= ${WRKSRC}/gio/fam INSTALL_WRKSRC= ${BUILD_WRKSRC} +WITH_FBSD10_FIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig _glib20 USE_FAM= yes