aboutsummaryrefslogtreecommitdiff
path: root/lang/racket/scripts/configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/racket/scripts/configure')
-rw-r--r--lang/racket/scripts/configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/racket/scripts/configure b/lang/racket/scripts/configure
deleted file mode 100644
index 46b47aa3aa6c..000000000000
--- a/lang/racket/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}