diff options
author | joerg <joerg@pkgsrc.org> | 2013-01-11 23:34:09 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-01-11 23:34:09 +0000 |
commit | 8cb7b353d447befd66e8cf551a68d3b818b21bc7 (patch) | |
tree | 35b4f6ad3b66ddde5da7689e0e755fae46576511 /sysutils/xps/Makefile | |
parent | 12576400e82acc77c23e13046ddd9d1c6c7a9f04 (diff) | |
download | pkgsrc-8cb7b353d447befd66e8cf551a68d3b818b21bc7.tar.gz |
Needs _KMEMUSER on NetBSD/current
Diffstat (limited to 'sysutils/xps/Makefile')
-rw-r--r-- | sysutils/xps/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index 03ba875a2aa..3a0c7502838 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2012/10/23 19:51:39 asau Exp $ +# $NetBSD: Makefile,v 1.41 2013/01/11 23:34:09 joerg Exp $ DISTNAME= xps-4.2 PKGREVISION= 4 @@ -13,6 +13,8 @@ USE_TOOLS+= gmake perl pod2man pod2html GNU_CONFIGURE= yes CONFIGURE_ARGS+= x_applibdir=${PREFIX}/lib/X11/app-defaults +CFLAGS.NetBSD+= -D_KMEMUSER + post-extract: ${LN} -s FreeBSD ${WRKSRC}/src/DragonFly |