summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorbouyer <bouyer>2016-10-02 13:34:50 +0000
committerbouyer <bouyer>2016-10-02 13:34:50 +0000
commit7776732f27e20d5b79349c29fee537070147a2b0 (patch)
tree760889a58dff545ad93da1d7eaa6df1ac002ffc7 /print
parent197a1169915cf5042d2de0a91d275e7071ac0909 (diff)
downloadpkgsrc-7776732f27e20d5b79349c29fee537070147a2b0.tar.gz
Add -D_IPP_PRIVATE_STRUCTURES to CFLAGS and switch to cups 2.x.
Bump PKGREVISION
Diffstat (limited to 'print')
-rw-r--r--print/xpp/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 93043689796..2cf4c5907f4 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2016/03/05 11:29:18 jperkin Exp $
+# $NetBSD: Makefile,v 1.54 2016/10/02 13:34:50 bouyer Exp $
DISTNAME= xpp-1.5
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= print x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
@@ -13,6 +13,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+CFLAGS+= -D_IPP_PRIVATE_STRUCTURES
+
DOCDIR= ${PREFIX}/share/doc/xpp
INSTALLATION_DIRS+= ${DOCDIR}
@@ -20,6 +22,6 @@ INSTALLATION_DIRS+= ${DOCDIR}
post-install:
cd ${WRKSRC} && ${INSTALL_DATA} LICENSE README ${DESTDIR}${DOCDIR}
-.include "../../print/cups15/buildlink3.mk"
+.include "../../print/cups/buildlink3.mk"
.include "../../x11/fltk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"