pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/p5-pkgsrc-Dewey



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul  2 03:45:22 UTC 2025

Modified Files:
        pkgsrc/pkgtools/p5-pkgsrc-Dewey: Makefile

Log Message:
p5-pkgsrc-Dewey: Linux needs HAVE_ERR_H as well


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile
diff -u pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.41 pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.42
--- pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.41       Sat Nov 16 12:06:23 2024
+++ pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile    Wed Jul  2 03:45:22 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2024/11/16 12:06:23 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2025/07/02 03:45:22 markd Exp $
 
 PKGNAME=       p5-pkgsrc-Dewey-1.1
 PKGREVISION=   15
@@ -11,7 +11,7 @@ LICENSE=      ${PERL5_LICENSE} OR 2-clause-bs
 
 CPPFLAGS+=             -DHAVE_CTYPE_H -DHAVE_STDLIB_H -DHAVE_STRING_H
 CPPFLAGS.NetBSD+=      -DHAVE_ERR_H
-CPPFLAGS.Linux+=       -fPIC
+CPPFLAGS.Linux+=       -fPIC -DHAVE_ERR_H
 
 USE_LANGUAGES=         c99
 USE_FEATURES+=         err



Home | Main Index | Thread Index | Old Index