summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-06-05 05:02:24 +0000
committerrichard <richard@pkgsrc.org>2016-06-05 05:02:24 +0000
commitc2d0bac50198e1fde9133f9b3947260c8c1976ab (patch)
tree0031b3382de08170f90a441d28b1e979259c7d55 /www
parentd67c45c8a2ce1a4be78f8658709a6ad8f210d23b (diff)
downloadpkgsrc-c2d0bac50198e1fde9133f9b3947260c8c1976ab.tar.gz
SunOS may need -D__EXTENSIONS__ for PATH_MAX to fix build
Diffstat (limited to 'www')
-rw-r--r--www/ap22-dnssd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap22-dnssd/Makefile b/www/ap22-dnssd/Makefile
index 50676cf1a67..6fba14d7f01 100644
--- a/www/ap22-dnssd/Makefile
+++ b/www/ap22-dnssd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2016/03/05 11:29:35 jperkin Exp $
+# $NetBSD: Makefile,v 1.35 2016/06/05 05:02:24 richard Exp $
#
DISTNAME= mod_dnssd-0.6
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
USE_TOOLS= pkg-config gmake
USE_LIBTOOL= yes
+CFLAGS.SunOS+= -D__EXTENSIONS__ # may be needed for PATH_MAX
CONFIGURE_ENV+= APXS=${APXS:Q}
CONFIGURE_ARGS+= --disable-lynx