diff options
author | mezz <mezz@FreeBSD.org> | 2012-12-30 13:58:16 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-12-30 13:58:16 +0800 |
commit | 9b6cca9b3b703a014e13f9b44f2ba8b1098421dc (patch) | |
tree | 51a5c10d2ed7a5c7e2f6ca0933e27809a1db1683 /graphics | |
parent | ddf8583bf32bf915fb6f32e5422bee6d92266313 (diff) | |
download | freebsd-ports-gnome-9b6cca9b3b703a014e13f9b44f2ba8b1098421dc.tar.gz freebsd-ports-gnome-9b6cca9b3b703a014e13f9b44f2ba8b1098421dc.tar.zst freebsd-ports-gnome-9b6cca9b3b703a014e13f9b44f2ba8b1098421dc.zip |
- backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined,
so disable libexecinfo.
- Update the header.
PR: ports/169649
Submitted by: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 89a0f93d1153..750494dfc7fd 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: gegl -# Date created: 3 October 2008 -# Whom: gahr -# +# Created by: gahr # $FreeBSD$ -# PORTNAME= gegl PORTVERSION= 0.1.8 @@ -15,8 +11,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A graph based image processing framework BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= babl-0.1:${PORTSDIR}/x11/babl OPTIONS= CAIRO "Enable Cairo" on \ ENSCRIPT "Enable Enscript" on \ @@ -45,9 +40,10 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= ${PREFIX}/lib/gegl-0.1 GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_header_execinfo_h=no CONFIGURE_ARGS+=--without-vala CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo -lintl +LDFLAGS+= -L${LOCALBASE}/lib -lintl GEGL_MINOR= 107 PLIST_SUB+= GEGL_MINOR="${GEGL_MINOR}" |