aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hugs/scripts
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>1997-11-24 08:10:19 +0800
committerfenner <fenner@FreeBSD.org>1997-11-24 08:10:19 +0800
commit79af2f84c42e3510af25b046630c90f7c44bd98f (patch)
tree1b7a481b820d1e018c76cd81ae0f146fa02db027 /lang/hugs/scripts
parent37db32e6674b3f43241299a14bf1ee726a1e2641 (diff)
downloadfreebsd-ports-gnome-79af2f84c42e3510af25b046630c90f7c44bd98f.tar.gz
freebsd-ports-gnome-79af2f84c42e3510af25b046630c90f7c44bd98f.tar.zst
freebsd-ports-gnome-79af2f84c42e3510af25b046630c90f7c44bd98f.zip
This is a port of Nottingham's and Yale's new release of Hugs,
a Haskell interpreter and programming environment for developing Haskell programs. PR: ports/4142 and ports/4646 Submitted by: Torsten "Teg" Grust <Torsten.Grust@uni-konstanz.de>
Diffstat (limited to 'lang/hugs/scripts')
-rw-r--r--lang/hugs/scripts/configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/hugs/scripts/configure b/lang/hugs/scripts/configure
new file mode 100644
index 000000000000..90e708646cc4
--- /dev/null
+++ b/lang/hugs/scripts/configure
@@ -0,0 +1,3 @@
+#! /bin/sh
+cd ${WRKSRC}/unix
+CFLAGS=-O2 ./configure --with-readline