freebsd-ports/graphics/kisomandel/files/patch-configure
Ying-Chieh Liao 620cde65e3 add kisomandel
A fractal rendering program with nice 3d-display in realtime
2001-06-10 18:08:40 +00:00

19 lines
466 B
Plaintext

--- configure.orig Mon Jun 11 01:43:57 2001
+++ configure Mon Jun 11 01:44:30 2001
@@ -4476,15 +4476,6 @@
qt_libdirs="$ac_qt_libraries $qt_libdirs"
fi
-test=NONE
-qt_libdir=NONE
-for dir in $qt_libdirs; do
- try="ls -1 $dir/libqt.*"
- if test -n "`$try 2> /dev/null`"; then qt_libdir=$dir; break; else echo "tried $dir" >&5 ; fi
-done
-
-ac_qt_libraries="$qt_libdir"
-
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.