Date: Mon, 31 Mar 2014 16:38:40 +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: r349774 - head/print/libgnomecups Message-ID: <201403311638.s2VGcelu074706@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Mar 31 16:38:40 2014 New Revision: 349774 URL: http://svnweb.freebsd.org/changeset/ports/349774 QAT: https://qat.redports.org/buildarchive/r349774/ Log: Unbreak with new cups With hat: portmgr Modified: head/print/libgnomecups/Makefile Modified: head/print/libgnomecups/Makefile ============================================================================== --- head/print/libgnomecups/Makefile Mon Mar 31 16:37:22 2014 (r349773) +++ head/print/libgnomecups/Makefile Mon Mar 31 16:38:40 2014 (r349774) @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_GNOME= gnomehack intlhack ltverhack glib20 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -D_IPP_PRIVATE_STRUCTURES LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403311638.s2VGcelu074706>