diff options
Diffstat (limited to 'math/qtiplot/files/patch-fitPlugins__explin__explin.pro')
-rw-r--r-- | math/qtiplot/files/patch-fitPlugins__explin__explin.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/math/qtiplot/files/patch-fitPlugins__explin__explin.pro b/math/qtiplot/files/patch-fitPlugins__explin__explin.pro new file mode 100644 index 000000000000..1613e2e50c69 --- /dev/null +++ b/math/qtiplot/files/patch-fitPlugins__explin__explin.pro @@ -0,0 +1,20 @@ +--- ./fitPlugins/explin/explin.pro.orig 2009-03-05 15:56:56.000000000 +0300 ++++ ./fitPlugins/explin/explin.pro 2009-03-26 23:10:01.000000000 +0300 +@@ -12,14 +12,13 @@ + DESTDIR = ../ + + # statically link against GSL in 3rdparty +-INCLUDEPATH += ../../3rdparty/gsl/include/ +-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}/qtiplot/plugins ++target.path=$$PREFIX/share/qtiplot/fitPlugins + INSTALLS += target + + SOURCES += explin.c |