From 77f059c376472a6dd97ea2baf3665a142e35b646 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Fri, 19 Jul 2002 21:55:44 +0000 Subject: [PATCH] new png header path --- graphics/gthumb/Makefile | 5 ++--- misc/xnc/Makefile | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 8a22a84993d..e3ae680a458 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2002/05/31 20:48:24 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.4 2002/07/19 21:56:02 pvalchev Exp $ COMMENT= "Image viewer and browser for GNOME" @@ -6,7 +6,6 @@ VERSION= 0.13 DISTNAME= gthumb-${VERSION} PKGNAME= ${DISTNAME}p1 CATEGORIES= graphics x11 -NEED_VERSION= 1.531 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gthumb/} HOMEPAGE= http://gthumb.sourceforge.net/ @@ -26,7 +25,7 @@ LIB_DEPENDS= bonobo,bonobox::x11/gnome/bonobo \ USE_X11= Yes CONFIGURE_STYLE= gnu -CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ LDFLAGS=-L${LOCALBASE}/lib NO_REGRESS= Yes diff --git a/misc/xnc/Makefile b/misc/xnc/Makefile index 76d11195d99..04c91f14644 100644 --- a/misc/xnc/Makefile +++ b/misc/xnc/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2002/04/02 03:22:16 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2002/07/19 21:55:44 pvalchev Exp $ COMMENT= "filemanager for X Window" DISTNAME= xnc-4.4.6 DISTFILES= ${DISTNAME}.src${EXTRACT_SUFX} CATEGORIES= misc x11 -NEED_VERSION= 1.499 MAINTAINER= Reinhard J. Sammer @@ -26,7 +25,7 @@ NO_REGRESS= Yes CONFIGURE_STYLE= gnu old dest -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ +CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-x