summaryrefslogtreecommitdiff
path: root/graphics/ecg2png
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-19 20:20:29 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-19 20:20:29 +0000
commit8ae3ad948db83ea4d596eef849f1bac62f13ba34 (patch)
tree30b23671fc65368e00f8cd7a2635f1c591abcc53 /graphics/ecg2png
parentRemove .for loop to install the manpage as it doesn't make sense for only (diff)
This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of
Makefile.in to really get -lqt2 in LDFLAGS.
Notes
Notes: svn path=/head/; revision=31770
Diffstat (limited to 'graphics/ecg2png')
-rw-r--r--graphics/ecg2png/files/patch-ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ecg2png/files/patch-ac b/graphics/ecg2png/files/patch-ac
index 9e3801082cd0..0319c164d997 100644
--- a/graphics/ecg2png/files/patch-ac
+++ b/graphics/ecg2png/files/patch-ac
@@ -1,11 +1,11 @@
---- ecg2png/Makefile.in Sun Oct 17 20:32:52 1999
-+++ ecg2png/Makefile.in.new Tue Jul 4 00:55:18 2000
-@@ -70,7 +70,7 @@
- ####### kdevelop will overwrite this part!!! (end)############
+--- ecg2png/Makefile.am.orig Thu Aug 17 16:22:48 2000
++++ ecg2png/Makefile.am Thu Aug 17 16:22:56 2000
+@@ -1,7 +1,7 @@
+ ####### kdevelop will overwrite this part!!! (begin)##########
bin_PROGRAMS = ecg2png
ecg2png_SOURCES = smooth_image.cpp imageio.cpp main.cpp
--ecg2png_LDADD = -lpng -lgd -lqt
-+ecg2png_LDADD = -lpng -lgd -lqt2
+-ecg2png_LDADD = -lpng -lgd -lqt
++ecg2png_LDADD = -lpng -lgd -lqt2
SUBDIRS = docs