pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/qmail
Module Name: pkgsrc
Committed By: schmonz
Date: Thu Dec 13 05:05:05 UTC 2018
Modified Files:
pkgsrc/mail/qmail: Makefile
Removed Files:
pkgsrc/mail/qmail: hacks.mk
Log Message:
Just set CFLAGS.Darwin in Makefile.
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/mail/qmail/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/mail/qmail/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/qmail/Makefile
diff -u pkgsrc/mail/qmail/Makefile:1.104 pkgsrc/mail/qmail/Makefile:1.105
--- pkgsrc/mail/qmail/Makefile:1.104 Tue Dec 4 17:01:39 2018
+++ pkgsrc/mail/qmail/Makefile Thu Dec 13 05:05:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2018/12/04 17:01:39 schmonz Exp $
+# $NetBSD: Makefile,v 1.105 2018/12/13 05:05:05 schmonz Exp $
#
DISTNAME= netqmail-1.06
@@ -39,6 +39,8 @@ DJB_BUILD_TARGETS= man
INSTALL_TARGET= setup
DJB_RESTRICTED= no
+CFLAGS.Darwin+= -DBIND_8_COMPAT=1
+
PKG_SYSCONFSUBDIR= qmail
OWN_DIRS+= ${PKG_SYSCONFDIR} ${PKG_SYSCONFDIR}/alias
OWN_DIRS+= ${PKG_SYSCONFDIR}/control ${PKG_SYSCONFDIR}/users
Home |
Main Index |
Thread Index |
Old Index