summaryrefslogtreecommitdiff
path: root/net/avahi
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-25 10:24:50 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-25 10:24:50 +0000
commitd4fe6df344dea0f1b9cee06e74b1e8d7212490e3 (patch)
tree0950555e09b3ee677b5fcc010fc90a01cf91ad40 /net/avahi
parentfa172e6cb7b5d9999c585e146b07477acf3b3619 (diff)
downloadpkgsrc-d4fe6df344dea0f1b9cee06e74b1e8d7212490e3.tar.gz
avahi: Set C99 correctly.
Diffstat (limited to 'net/avahi')
-rw-r--r--net/avahi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile
index f668aa87a8c..4e426dc6f88 100644
--- a/net/avahi/Makefile
+++ b/net/avahi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2017/11/30 16:45:33 adam Exp $
+# $NetBSD: Makefile,v 1.76 2018/01/25 10:24:50 jperkin Exp $
DISTNAME= avahi-0.6.32
PKGREVISION= 9
@@ -38,7 +38,7 @@ RCD_SCRIPTS= avahidaemon
BUILD_DEFS+= VARBASE PKG_SYSCONFBASE
PLIST_SRC= ${PKGDIR}/PLIST
PKG_SYSCONFSUBDIR= avahi
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
PKG_USERS= ${AVAHI_USER}:${AVAHI_GROUP}
PKG_GROUPS= ${AVAHI_GROUP}
@@ -47,7 +47,7 @@ PKG_GECOS.${AVAHI_USER}= Avahi user
.include "options.mk"
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
-CPPFLAGS.SunOS+= --std=c99 -D_XOPEN_SOURCE=600
+CPPFLAGS.SunOS+= -D_XOPEN_SOURCE=600
# Not yet reported upstream.
CPPFLAGS.Darwin+= -D__APPLE_USE_RFC_3542