1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

- Fix the build with no-default CC, to trigger a build fail use CC with

spaces. [1]
- Remove the cairo dependency. [2]

PR:		ports/158722 [1]
		ports/161185 [2]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> [1]
		Garrett Cooper <gcooper@ixsystems.com> [2]
Feature safe:	yes
This commit is contained in:
Jeremy Messenger 2012-03-14 05:18:19 +00:00
parent 7548c5da38
commit 88c1bc6cd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293273

View File

@ -16,8 +16,7 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Generate interface introspection data for GObject libraries
LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi \
cairo.2:${PORTSDIR}/graphics/cairo
LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi
USE_BZIP2= yes
GNU_CONFIGURE= yes
@ -38,10 +37,9 @@ MAKE_ENV= HOME=${WRKDIR}
MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \
@${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \
${WRKSRC}/giscanner/sourcescanner.py
.include <bsd.port.post.mk>
.include <bsd.port.mk>