summaryrefslogtreecommitdiffstats
path: root/devel/gobject-introspection/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-04 20:45:11 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-11-04 20:45:11 +0800
commitf9f6d128a96d148924b3e9196f775e0e578773fd (patch)
tree146d35d01d6da73355437f6eab698cc8383201c2 /devel/gobject-introspection/Makefile
parent8608e17a656d2522f56ca134fadc14ec10d3245f (diff)
downloadmarcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar.gz
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar.bz2
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar.lz
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar.xz
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.tar.zst
marcuscom-ports-f9f6d128a96d148924b3e9196f775e0e578773fd.zip
Use upstream patch to see if CC is set. This removes the temp hardcode I
put in place at build time. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16554 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r--devel/gobject-introspection/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index aa28d6c7f..9666fd6c2 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -3,7 +3,7 @@
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/gobject-introspection/Makefile,v 1.43 2011/10/04 11:57:21 kwm Exp $
+# $MCom: ports/devel/gobject-introspection/Makefile,v 1.44 2011/10/23 09:03:39 kwm Exp $
#
PORTNAME= gobject-introspection
@@ -38,8 +38,4 @@ MAKE_ENV= HOME=${WRKDIR}
MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
-post-patch:
- @${REINPLACE_CMD} -e 's|%%CC%%|${CC:Q}|g' \
- ${WRKSRC}/giscanner/sourcescanner.py
-
.include <bsd.port.mk>