summaryrefslogtreecommitdiff
path: root/lang/mercury/Makefile
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-02-14 03:04:31 +0000
committerkristerw <kristerw>2004-02-14 03:04:31 +0000
commit1bba425e7667526c1da8c5fc3b1b19130c3862c9 (patch)
tree598439ba46cb13ff251549cad2ff6b6839a73007 /lang/mercury/Makefile
parent6e00742d5d46054ed8bedda73739000b99a9eeff (diff)
downloadpkgsrc-1bba425e7667526c1da8c5fc3b1b19130c3862c9.tar.gz
Make the package build on NetBSD-current.
Diffstat (limited to 'lang/mercury/Makefile')
-rw-r--r--lang/mercury/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile
index dd2a04aca0d..1e26d9cdf80 100644
--- a/lang/mercury/Makefile
+++ b/lang/mercury/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/27 00:53:11 heinz Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/14 03:04:31 kristerw Exp $
DISTNAME= mercury-compiler-0.11.0
PKGNAME= mercury-0.11.0
@@ -24,6 +24,14 @@ CONFIGURE_ENV+= CC=gcc
MAKE_ENV+= READLINE_PREFIX=${BUILDLINK_PREFIX.readline}
+post-patch:
+ ${TOUCH} \
+ ${WRKSRC}/library/table_builtin.date3 \
+ ${WRKSRC}/library/table_builtin.date \
+ ${WRKSRC}/library/table_builtin.optdate \
+ ${WRKSRC}/library/table_builtin.trans_opt_date \
+ ${WRKSRC}/library/table_builtin.c_date
+
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE} INSTALL_PREFIX=${WRKSRC}/tmp \