Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2014 23:08:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375368 - head/devel/bennugd-modules
Message-ID:  <201412232308.sBNN8pbP003751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 23 23:08:50 2014
New Revision: 375368
URL: https://svnweb.freebsd.org/changeset/ports/375368
QAT: https://qat.redports.org/buildarchive/r375368/

Log:
  No need to include png internals

Modified:
  head/devel/bennugd-modules/Makefile

Modified: head/devel/bennugd-modules/Makefile
==============================================================================
--- head/devel/bennugd-modules/Makefile	Tue Dec 23 23:06:00 2014	(r375367)
+++ head/devel/bennugd-modules/Makefile	Tue Dec 23 23:08:50 2014	(r375368)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libbgdrtm.so:${PORTSDIR}/de
 USES=		tar:bzip2 dos2unix pkgconfig libtool
 USE_SDL=	sdl mixer
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--libdir="${PREFIX}/lib/bennugd"
 CONFIGURE_ENV=	ZLIB_CFLAGS=" " ZLIB_LIBS="-lz"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412232308.sBNN8pbP003751>