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: dholland
Date: Sun Jul 4 17:43:27 UTC 2021
Modified Files:
pkgsrc/pkgtools/p5-pkgsrc-Dewey: Makefile
Log Message:
PR pkg/56035 from Malte Dehling: fix pkgtools/p5-pkgsrc-Dewey build on Solaris
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.37
--- pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile:1.36 Mon May 24 19:53:42 2021
+++ pkgsrc/pkgtools/p5-pkgsrc-Dewey/Makefile Sun Jul 4 17:43:27 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2021/05/24 19:53:42 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2021/07/04 17:43:27 dholland Exp $
PKGNAME= p5-pkgsrc-Dewey-1.1
PKGREVISION= 12
@@ -13,10 +13,16 @@ CPPFLAGS+= -DHAVE_CTYPE_H -DHAVE_STDLIB
CPPFLAGS.NetBSD+= -DHAVE_ERR_H
CPPFLAGS.Linux+= -fPIC
-USE_LANGUAGES= c
+USE_LANGUAGES= c99
USE_FEATURES+= err
MAKE_ENV+= LIBS=${LIBS:Q}
+.include "../../mk/compiler.mk"
+
+.if ${PKGSRC_COMPILER:Msunpro}
+CPPFLAGS+= -xcode=pic32
+.endif
+
PERL5_PACKLIST= auto/pkgsrc/Dewey/.packlist
PKG_INSTALL_FILESDIR= ${PKGSRCDIR}/pkgtools/pkg_install/files
Home |
Main Index |
Thread Index |
Old Index