summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-10-31 11:37:35 +0000
committerjperkin <jperkin@pkgsrc.org>2018-10-31 11:37:35 +0000
commit7732023bd8e65ddc4aad4f95771e9b96fad47ab9 (patch)
tree2f42f96d3b8c729f78851b2d0a29c3ead181778b
parentd6c62d498b2542bf75a709dc949c1546af59e593 (diff)
downloadpkgsrc-7732023bd8e65ddc4aad4f95771e9b96fad47ab9.tar.gz
freemint-mintbin: Assume strerror() is available.
-rw-r--r--cross/freemint-mintbin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cross/freemint-mintbin/Makefile b/cross/freemint-mintbin/Makefile
index 43141895766..988a6e208b8 100644
--- a/cross/freemint-mintbin/Makefile
+++ b/cross/freemint-mintbin/Makefile
@@ -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: