diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:20:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-19 20:20:29 +0000 |
commit | 8ae3ad948db83ea4d596eef849f1bac62f13ba34 (patch) | |
tree | 30b23671fc65368e00f8cd7a2635f1c591abcc53 | |
parent | 47fd2c2e9094aa560259098a38392ba2dafd4f4b (diff) | |
download | freebsd-ports-8ae3ad948db83ea4d596eef849f1bac62f13ba34.zip |
This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of
Makefile.in to really get -lqt2 in LDFLAGS.
-rw-r--r-- | graphics/ecg2png/files/patch-ac | 12 |
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 |