1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

This port has USE_AUTOMAKE=yes so we need to patch Makefile.am instead of

Makefile.in to really get -lqt2 in LDFLAGS.
This commit is contained in:
Steve Price 2000-08-19 20:20:29 +00:00
parent 47fd2c2e90
commit 8ae3ad948d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31770

View File

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