diff options
Diffstat (limited to 'math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro')
-rw-r--r-- | math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro b/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro index c085a6b1a7b8..4921ef57a376 100644 --- a/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro +++ b/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro @@ -1,14 +1,14 @@ ---- ./fitPlugins/fitRational1/fitRational1.pro.orig Thu Apr 19 15:36:12 2007 -+++ ./fitPlugins/fitRational1/fitRational1.pro Sat Jun 2 15:33:23 2007 -@@ -11,9 +11,8 @@ - +--- ./fitPlugins/fitRational1/fitRational1.pro.orig Wed Jun 13 21:16:56 2007 ++++ ./fitPlugins/fitRational1/fitRational1.pro Sat Jul 14 14:56:13 2007 +@@ -12,9 +12,8 @@ DESTDIR = ../ - + + # statically link against GSL in 3rdparty -INCLUDEPATH += ../../3rdparty/gsl --LIBS += ../../3rdparty/gsl/lib/libgsl.a --LIBS += ../../3rdparty/gsl/lib/libgslcblas.a +-LIBS += ../3rdparty/gsl/lib/libgsl.a +-LIBS += ../3rdparty/gsl/lib/libgslcblas.a +unix:INCLUDEPATH += $$(LOCALBASE)/include +unix:LIBS += -lgsl -lgslcblas + #dynamically link against GSL installed system-wide + #unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas - target.path=/usr/lib$${libsuff} - INSTALLS += target |