pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/flowerysong-openarc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 16 09:55:41 UTC 2025

Modified Files:
        pkgsrc/mail/flowerysong-openarc: Makefile

Log Message:
flowerysong-openarc: try helping the package find libmilter

discussed with manu@


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/flowerysong-openarc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/flowerysong-openarc/Makefile
diff -u pkgsrc/mail/flowerysong-openarc/Makefile:1.3 pkgsrc/mail/flowerysong-openarc/Makefile:1.4
--- pkgsrc/mail/flowerysong-openarc/Makefile:1.3        Sat Dec 13 12:41:21 2025
+++ pkgsrc/mail/flowerysong-openarc/Makefile    Tue Dec 16 09:55:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/12/13 12:41:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/12/16 09:55:41 wiz Exp $
 
 DISTNAME=      OpenARC-1.3.0
 PKGNAME=       flowerysong-${DISTNAME:tl}
@@ -23,7 +23,8 @@ USE_TOOLS+=   aclocal autoconf automake pk
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --with-milter=${BUILDLINK_PREFIX.libmilter}
+CONFIGURE_ENV+=                LIBMILTER_CPPFLAGS=-I${BUILDLINK_PREFIX.libmilter}/include
+CONFIGURE_ENV+=                LIBMILTER_LDPFLAGS=-L${BUILDLINK_PREFIX.libmilter}/lib
 
 SUBST_CLASSES+=                        interpreter
 SUBST_STAGE.interpreter=       pre-configure



Home | Main Index | Thread Index | Old Index