diff options
Diffstat (limited to 'math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro')
-rw-r--r-- | math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro b/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro index f8859274de00..87e4d8cbe4d7 100644 --- a/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro +++ b/math/qtiplot/files/patch-fitPlugins__fitRational1__fitRational1.pro @@ -1,6 +1,6 @@ ---- ./fitPlugins/fitRational1/fitRational1.pro.orig 2007-10-27 02:15:18.000000000 +0400 -+++ ./fitPlugins/fitRational1/fitRational1.pro 2007-11-14 20:19:55.000000000 +0300 -@@ -12,9 +12,8 @@ +--- ./fitPlugins/fitRational1/fitRational1.pro.orig 2009-03-05 15:56:56.000000000 +0300 ++++ ./fitPlugins/fitRational1/fitRational1.pro 2009-03-26 23:09:59.000000000 +0300 +@@ -12,14 +12,13 @@ DESTDIR = ../ # statically link against GSL in 3rdparty @@ -8,7 +8,13 @@ -LIBS += ../../3rdparty/gsl/lib/libgsl.a -LIBS += ../../3rdparty/gsl/lib/libgslcblas.a +unix:INCLUDEPATH += $$(LOCALBASE)/include -+unix:LIBS += -lgsl -lgslcblas ++unix:LIBS += -lgsl -lgslcblas #dynamically link against GSL installed system-wide #unix:LIBS += -L /usr/lib$${libsuff} -lgsl -lgslcblas + +-target.path=/usr/lib$${libsuff}/qtiplot/plugins ++target.path=$$PREFIX/share/qtiplot/fitPlugins + INSTALLS += target + + SOURCES += fitRational1.cpp |