diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /lang/racket-textual/scripts/configure | |
parent | 856c5bf9f133ae5d553d972d5a940586d3f56048 (diff) |
Notes
Diffstat (limited to 'lang/racket-textual/scripts/configure')
-rw-r--r-- | lang/racket-textual/scripts/configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/racket-textual/scripts/configure b/lang/racket-textual/scripts/configure deleted file mode 100644 index 46b47aa3aa6c..000000000000 --- a/lang/racket-textual/scripts/configure +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -xve -printenv -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} \ - --x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \ - CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \ - CPPFLAGS="${CPPFLAGS}" \ - --mandir=${PREFIX}/man ${ARCH}-portbld-freebsd${OSREL} |