summaryrefslogtreecommitdiffstats
path: root/devel/gio-fam-backend
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-18 23:24:00 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-06-18 23:24:00 +0800
commit672a197d4ee052c114e964c60a09f64790b67458 (patch)
tree1b07627ff4527268a0daa15bc8a8cb5a59e9d04f /devel/gio-fam-backend
parentf64db66ab96e53336a16d28d38c9a4fdb7d96674 (diff)
downloadmarcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.gz
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.bz2
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.lz
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.xz
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.tar.zst
marcuscom-ports-672a197d4ee052c114e964c60a09f64790b67458.zip
Remove WITH_FBSD10_FIX, it done automaticly.
Pet portlint a bit with ,CPPFLAGS,CPPFLAGS+, while here. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16960 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gio-fam-backend')
-rw-r--r--devel/gio-fam-backend/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/gio-fam-backend/Makefile b/devel/gio-fam-backend/Makefile
index 4ad8c0568..99545acd5 100644
--- a/devel/gio-fam-backend/Makefile
+++ b/devel/gio-fam-backend/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/devel/gio-fam-backend/Makefile,v 1.91 2012/05/15 15:16:56 kwm Exp $
#
PORTNAME= gio-fam-backend
@@ -26,7 +26,6 @@ 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 _glib20
USE_FAM= yes
@@ -39,7 +38,7 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
LIBFFI_LIBS="-L${LOCALBASE}/lib -lffi" \
PCRE_CFLAGS="-I${LOCALBASE}/include" \
PCRE_LIBS="-L${LOCALBASE}/lib -lpcre"
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>