openbsd-ports/math/kst/patches/patch-kst_tests_Makefile_in
espie 85cf881e02 kst is a plotting tool similar to gnuplot, but with a kde interface.
depends on the gsl that canacar just committed...
2005-05-31 00:27:21 +00:00

13 lines
693 B
Plaintext

$OpenBSD: patch-kst_tests_Makefile_in,v 1.1.1.1 2005/05/31 00:27:21 espie Exp $
--- kst/tests/Makefile.in.orig Tue May 31 02:26:50 2005
+++ kst/tests/Makefile.in Tue May 31 02:27:16 2005
@@ -445,7 +445,7 @@ SUBDIRS = . kstXbench
#>- METASOURCES = AUTO
INCLUDES = -I$(top_srcdir)/kst/kst $(all_includes)
AM_LDFLAGS = $(QT_LDFLAGS) $(KDE_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
-LDADD = $(LIB_KDECORE) ../kst/libkstmath.la ../kst/libkst.la ../kst/libkstnonguiapp.la
+LDADD = $(LIB_KDECORE) ../kst/libkstmath.la ../kst/libkst.la ../kst/libkstnonguiapp.la ../kst/libkstapp.la
testeqparser_SOURCES = testeqparser.cpp
testhistogram_SOURCES = testhistogram.cpp
testscalars_SOURCES = testscalars.cpp