diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:09:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:09:41 +0000 |
commit | e9188fa59fd4adca45a40fb2f65417fcdc7e560c (patch) | |
tree | 21db87779944d95ff9de444c86b130e49da6d410 /graphics/ecg2png/files/patch-ac | |
parent | <security-officer> (diff) |
Add ecg2png, a electrocardiogram-to-PNG converter. This has got to be the
weirdest image conversion program I've ever seen. =)
Notes
Notes:
svn path=/head/; revision=30160
Diffstat (limited to 'graphics/ecg2png/files/patch-ac')
-rw-r--r-- | graphics/ecg2png/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/ecg2png/files/patch-ac b/graphics/ecg2png/files/patch-ac new file mode 100644 index 000000000000..9e3801082cd0 --- /dev/null +++ b/graphics/ecg2png/files/patch-ac @@ -0,0 +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)############ + bin_PROGRAMS = ecg2png + ecg2png_SOURCES = smooth_image.cpp imageio.cpp main.cpp +-ecg2png_LDADD = -lpng -lgd -lqt ++ecg2png_LDADD = -lpng -lgd -lqt2 + + SUBDIRS = docs + |