diff options
Diffstat (limited to 'lang/racket/scripts/configure')
-rw-r--r-- | lang/racket/scripts/configure | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lang/racket/scripts/configure b/lang/racket/scripts/configure index 46b47aa3aa6c..66d3fa9da6cd 100644 --- a/lang/racket/scripts/configure +++ b/lang/racket/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} \ |