opnsense-ports/science/libkml/files/patch-examples-helloworld-Makefile.am
Franco Fichtner e25b1fbd8b */*: sync with upstream
Taken from: FreeBSD
2016-04-08 08:00:17 +02:00

11 lines
504 B
Text

--- examples/helloworld/Makefile.am.orig 2010-02-19 15:52:05 UTC
+++ examples/helloworld/Makefile.am
@@ -10,7 +10,7 @@ endif
noinst_LTLIBRARIES = libhelloutil.la
libhelloutil_la_SOURCES = print.cc
-libhelloutil_la_LIBADD = $(top_builddir)/third_party/libminizip.la
+libhelloutil_la_LIBADD = $(top_builddir)/third_party/libkmlminizip.la
noinst_PROGRAMS = countkml createkml checklinks circlegen helloattrs helloenum \
hellofeatures hellofolder hellogeometry hellohref hellokmz \