pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap22-dnssd SunOS may need -D__EXTENSIONS__ for PAT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3751a79de35
branches:  trunk
changeset: 347976:a3751a79de35
user:      richard <richard%pkgsrc.org@localhost>
date:      Sun Jun 05 05:02:24 2016 +0000

description:
SunOS may need -D__EXTENSIONS__ for PATH_MAX to fix build

diffstat:

 www/ap22-dnssd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2f228fd6456a -r a3751a79de35 www/ap22-dnssd/Makefile
--- a/www/ap22-dnssd/Makefile   Sun Jun 05 05:00:36 2016 +0000
+++ b/www/ap22-dnssd/Makefile   Sun Jun 05 05:02:24 2016 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index