pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/uacme



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Dec 18 16:22:58 UTC 2024

Modified Files:
        pkgsrc/security/uacme: Makefile

Log Message:
Attempting to fix the SunOS build -- more defines may be necessary,
though, and I don't have a Solarish machine at hand.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/uacme/Makefile

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

Modified files:

Index: pkgsrc/security/uacme/Makefile
diff -u pkgsrc/security/uacme/Makefile:1.7 pkgsrc/security/uacme/Makefile:1.8
--- pkgsrc/security/uacme/Makefile:1.7  Thu Nov 14 22:21:35 2024
+++ pkgsrc/security/uacme/Makefile      Wed Dec 18 16:22:57 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/11/14 22:21:35 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/18 16:22:57 hauke Exp $
 
 PKGNAME=       uacme-${PKGVER}
 PKGREVISION=   5
@@ -27,6 +27,7 @@ DOCDIR=                       share/doc/uacme
 UACME_CONFDIR=         ${VARBASE}/uacme
 UACME_CHALLENGE_PATH=  ${UACME_CONFDIR}/challenge
 
+CFLAGS.SunOS+=         -D__EXTENSIONS__
 LDFLAGS.SunOS+=                -lsocket
 
 CONFIGURE_ARGS=                --datadir=${PREFIX}/${HOOKDIR}



Home | Main Index | Thread Index | Old Index