summaryrefslogtreecommitdiff
path: root/lang/racket-textual/scripts
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2008-11-11 05:49:34 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2008-11-11 05:49:34 +0000
commit4798f4d4731febd1ad705ae919fc1fd3d65dd8f4 (patch)
tree9ec36b93398aa6d9614a84778e088a3b972006f6 /lang/racket-textual/scripts
parent- Update to 0.40 (diff)
lang/plt-scheme: update from 4.0.2 to 4.1.2
PR: ports/128769 Submitted by: Andrew Reilly <areilly@bigpond.net.au> (maintainer)
Notes
Notes: svn path=/head/; revision=222714
Diffstat (limited to 'lang/racket-textual/scripts')
-rw-r--r--lang/racket-textual/scripts/configure9
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/racket-textual/scripts/configure b/lang/racket-textual/scripts/configure
index 46b47aa3aa6c..66d3fa9da6cd 100644
--- a/lang/racket-textual/scripts/configure
+++ b/lang/racket-textual/scripts/configure
@@ -1,14 +1,7 @@
-#!/bin/sh -xve
-printenv
+#!/bin/sh
mkdir $WRKSRC
cd $WRKSRC
X11BASE=${LOCALBASE}
-#CFLAGS="-O0 -Werror-implicit-function-declaration -pipe -g"
-#CFLAGS="-O2 -pipe -g"
-#LDFLAGS=-L${LOCALBASE}/lib
-#CPPFLAGS="-I${LOCALBASE}/include -DLONG64"
-#LIBTOOL=${LOCALBASE}/bin/libtool
-
../configure --prefix=${PREFIX} --enable-shared --enable-xft --enable-gl \
--enable-xrender --enable-cairo --with-x --enable-pthread \
--enable-lt=${LIBTOOL} \