mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-17 16:30:22 -04:00
19 lines
607 B
Plaintext
19 lines
607 B
Plaintext
$NetBSD: patch-ad,v 1.12 2008/08/03 05:07:00 bjs Exp $
|
|
|
|
--- src/plugins/exiv2/Makefile.in.orig 2008-07-13 21:33:45.000000000 -0400
|
|
+++ src/plugins/exiv2/Makefile.in
|
|
@@ -312,11 +312,11 @@ plugin_LTLIBRARIES = \
|
|
libextractor_exiv2.la
|
|
|
|
libextractor_exiv2_la_LDFLAGS = \
|
|
- $(XTRA_CPPLIBS) -lpthread \
|
|
+ $(XTRA_CPPLIBS) ${PTHREAD_LDFLAGS} \
|
|
$(PLUGINFLAGS) $(retaincommand)
|
|
|
|
libextractor_exiv2_la_LIBADD = \
|
|
- $(top_builddir)/src/main/libextractor.la -lpthread
|
|
+ $(top_builddir)/src/main/libextractor.la ${PTHREAD_LIBS}
|
|
|
|
libextractor_exiv2_la_SOURCES = \
|
|
exiv2extractor.cc exv_conf.h exv_msvc.h \
|