diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 02:35:44 +0800 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/clutter | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.tar.gz freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.tar.zst freebsd-ports-gnome-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 1049c13cb825..9a7d1d03de5b 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-x --enable-conformance=no CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|G_CONST_RETURN|const|g' \ ${WRKSRC}/clutter/cally/*.c \ |