1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- 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>
This commit is contained in:
Jeremy Messenger 2012-12-30 05:58:16 +00:00
parent f2fce843c0
commit 3cf2c2e925
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309651

View File

@ -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}"