svn commit: r375539 - head/lang/ofc
Antoine Brodin
antoine at FreeBSD.org
Thu Dec 25 12:18:55 UTC 2014
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
More information about the svn-ports-all
mailing list