mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
$NetBSD: patch-ak,v 1.3 2013/09/12 18:52:54 adam Exp $
|
|
|
|
--- tools/xml-rpc-api2cpp/Makefile.orig 2013-03-29 06:38:36.000000000 +0000
|
|
+++ tools/xml-rpc-api2cpp/Makefile
|
|
@@ -44,7 +44,7 @@ xml-rpc-api2cpp: \
|
|
$(LIBXMLRPC) \
|
|
$(LIBXMLRPC_XML) \
|
|
$(LIBXMLRPC_UTIL)
|
|
- $(CXXLD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS)
|
|
+ libtool --mode=link $(CXXLD) -o $@ $(LDFLAGS) $(OBJECTS) $(LDLIBS)
|
|
|
|
%.o:%.cpp
|
|
$(CXX) -c $(CXXFLAGS_ALL) $<
|