freebsd-ports/lang/polyml/files/patch-driver-configure
Simon Barner fbc1517ea7 Add polyml 4.1.3, a fast open-source implementation of Standard ML.
PR:		83433
Submitted by:	Timothy Bourke <timbob@bigpond.com>
2005-07-29 07:19:56 +00:00

13 lines
350 B
Text

--- configure.orig Mon Sep 30 19:25:39 2002
+++ configure Sun Jun 12 11:57:31 2005
@@ -12,8 +12,8 @@
INCLUDES=""
LIBS=""
OBJS=""
-INSTALLDIR="/usr/bin"
-DEFAULT_POLYPATH=.:/usr/lib/poly:/usr/local/lib/poly
+INSTALLDIR=$1/lib/polyml
+DEFAULT_POLYPATH=.:$1/lib/polyml
# Basic operating system. Use this to find the other parameters.
OS=`uname`