1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/graphics/ecg2png/files/patch-ac
Steve Price 8ae3ad948d This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of
Makefile.in to really get -lqt2 in LDFLAGS.
2000-08-19 20:20:29 +00:00

12 lines
357 B
Plaintext

--- 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