opnsense-ports/devel/xparam/files/patch-examples__involved__Makefile.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
508 B
Text

--- examples/involved/Makefile.in.orig Sat Oct 26 09:45:35 2002
+++ examples/involved/Makefile.in Sat Dec 21 14:11:44 2002
@@ -20,10 +20,10 @@
$(CXX) -c -o $@ $<
sobj/circle.so : $(SLOBJECTS)
- libtool $(CXX) -shared $^ -lxparam -o $@
+ libtool --mode=link $(CXX) -shared $^ -lxparam -o $@
$(SLOBJECTS) : obj/%.lo : src/%.cpp include/circle.h include/shapes.h
- libtool $(CXX) -c -o $@ $<
+ libtool --mode=compile $(CXX) -c -o $@ $<
clean :
-rm -f $(TARGETS) $(OBJECTS) $(SOBJECTS) $(SLOBJECTS)