diff options
Diffstat (limited to 'math/qscanplot/files/patch-configure')
-rw-r--r-- | math/qscanplot/files/patch-configure | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/math/qscanplot/files/patch-configure b/math/qscanplot/files/patch-configure index 79c87b71ec81..7105dcf6d1a1 100644 --- a/math/qscanplot/files/patch-configure +++ b/math/qscanplot/files/patch-configure @@ -1,9 +1,24 @@ $FreeBSD$ ---- configure 2002/01/10 16:20:07 1.1 -+++ configure 2002/01/10 16:20:10 -@@ -1217,7 +1217,7 @@ +--- configure.orig Sun Apr 21 13:34:06 2002 ++++ configure Tue Apr 23 22:08:24 2002 +@@ -1117,10 +1117,10 @@ + + # The aliases save the names the user supplied, while $host etc. + # will get canonicalized. +-test -n "$target_alias" && +- test "$program_prefix$program_suffix$program_transform_name" = \ +- NONENONEs,x,x, && +- program_prefix=${target_alias}- ++#test -n "$target_alias" && ++# test "$program_prefix$program_suffix$program_transform_name" = \ ++# NONENONEs,x,x, && ++# program_prefix=${target_alias}- + test -z "$target_alias" && + target_alias=$ac_cv_target + +@@ -2045,7 +2045,7 @@ fi else if test "$GCC" = yes; then @@ -12,7 +27,7 @@ $FreeBSD$ else CFLAGS= fi -@@ -1233,7 +1233,7 @@ +@@ -2170,7 +2170,7 @@ ;; esac else @@ -21,7 +36,7 @@ $FreeBSD$ fi fi -@@ -1394,7 +1394,7 @@ +@@ -2392,7 +2392,7 @@ fi else if test "$GXX" = yes; then @@ -30,7 +45,7 @@ $FreeBSD$ else CXXFLAGS= fi -@@ -1506,7 +1506,7 @@ +@@ -2589,7 +2589,7 @@ CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS" fi else @@ -39,3 +54,11 @@ $FreeBSD$ fi fi +@@ -8669,6 +8669,7 @@ + else + LIB_QT="$kde_int_qt "'$(LIBPNG) $(LIBJPEG)' + fi ++LIB_QT="$LIBQT $LIB_QT" + + DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin" + |