diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 05:03:54 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-12-24 05:03:54 +0000 |
commit | 613f73877a90c2bb12a2dc42243a488363e0e299 (patch) | |
tree | e9a7f7927d262712bae4945dc8c736ec281ff3de /graphics/ecg2png/files/patch-ac | |
parent | Patch configure.in to fix krb building problems when not wanting to build krb (diff) |
USE_AUTOMAKE -> GNU_CONFIGURE
PR: 33129
Submitted by: tkato@prontomail.com
Notes
Notes:
svn path=/head/; revision=52080
Diffstat (limited to 'graphics/ecg2png/files/patch-ac')
-rw-r--r-- | graphics/ecg2png/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/ecg2png/files/patch-ac b/graphics/ecg2png/files/patch-ac deleted file mode 100644 index 0319c164d997..000000000000 --- a/graphics/ecg2png/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 - - SUBDIRS = docs - |