pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/freemint-mintbin
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Oct 31 11:37:35 UTC 2018
Modified Files:
pkgsrc/cross/freemint-mintbin: Makefile
Log Message:
freemint-mintbin: Assume strerror() is available.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/freemint-mintbin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/cross/freemint-mintbin/Makefile
diff -u pkgsrc/cross/freemint-mintbin/Makefile:1.2 pkgsrc/cross/freemint-mintbin/Makefile:1.3
--- pkgsrc/cross/freemint-mintbin/Makefile:1.2 Mon Sep 16 04:47:42 2013
+++ pkgsrc/cross/freemint-mintbin/Makefile Wed Oct 31 11:37:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2013/09/16 04:47:42 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/31 11:37:35 jperkin Exp $
DISTNAME= mintbin-CVS-20110527
PKGNAME= cross-freemint-${DISTNAME:S/CVS-//}
@@ -24,6 +24,9 @@ GNU_CONFIGURE_PREFIX= ${FREEMINT_PREFIX}
CONFIGURE_ARGS+= --target=m68k-atari-mint
INFO_FILES= yes
+# Used in macro tests but never actually set anywhere
+CPPFLAGS+= -DHAVE_STRERROR=1
+
INSTALLATION_DIRS+= bin ${FREEMINT_PREFIX}
pre-configure:
Home |
Main Index |
Thread Index |
Old Index