mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
8ae3ad948d
Makefile.in to really get -lqt2 in LDFLAGS.
12 lines
357 B
Plaintext
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
|
|
|