ports/math/qtiplot/files/patch-fitPlugins__explin__explin.pro
Max Brazhnikov 7e39ca70d0 Update to 0.9.7.5
python support is enabled by default now
mark MAKE_JOBS_SAFE
2009-03-29 21:32:04 +00:00

20 lines
715 B
INI

--- ./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