Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2014 12:18:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375539 - head/lang/ofc
Message-ID:  <201412251218.sBPCItjq074247@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 25 12:18:54 2014
New Revision: 375539
URL: https://svnweb.freebsd.org/changeset/ports/375539
QAT: https://qat.redports.org/buildarchive/r375539/

Log:
  Finish properly support png 1.5

Modified:
  head/lang/ofc/Makefile

Modified: head/lang/ofc/Makefile
==============================================================================
--- head/lang/ofc/Makefile	Thu Dec 25 12:00:10 2014	(r375538)
+++ head/lang/ofc/Makefile	Thu Dec 25 12:18:54 2014	(r375539)
@@ -20,7 +20,7 @@ USE_SDL=	sdl
 USES=		libtool objc pathfix
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS}
+CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 INSTALL_TARGET=	install-strip
 



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