From 56c005aae1f9ff4efbc95b18b5df01849da726b8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 3 Jan 2003 20:17:47 +0000 Subject: upgrade to 1.21 PR: 46587 Submitted by: Ports Fury --- .../xparam/files/patch-examples::calculator::Makefile.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/xparam/files/patch-examples::calculator::Makefile.in (limited to 'devel/xparam/files/patch-examples::calculator::Makefile.in') diff --git a/devel/xparam/files/patch-examples::calculator::Makefile.in b/devel/xparam/files/patch-examples::calculator::Makefile.in new file mode 100644 index 000000000000..c9ce136e45fe --- /dev/null +++ b/devel/xparam/files/patch-examples::calculator::Makefile.in @@ -0,0 +1,15 @@ +--- examples/calculator/Makefile.in.orig Sat Oct 26 09:45:35 2002 ++++ examples/calculator/Makefile.in Sat Dec 21 14:10:40 2002 +@@ -17,10 +17,10 @@ + $(CXX) -c -o $@ $< + + sobj/mathfunc.so : $(SLOBJECTS) +- libtool $(CXX) -shared $^ -lxparam -o $@ ++ libtool --mode=link $(CXX) -shared $^ -lxparam -o $@ + + $(SLOBJECTS) : obj/%.lo : src/%.cpp include/mathfunc.h include/functions.h +- libtool $(CXX) -c -o $@ $< ++ libtool --mode=compile $(CXX) -c -o $@ $< + + clean : + -rm -f $(TARGETS) $(OBJECTS) $(SOBJECTS) $(SLOBJECTS) -- cgit v1.2.3