ports/net/spectrum-tools/patches/patch-Makefile_in

12 lines
344 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- Makefile.in.orig Sat Jun 11 06:59:10 2011
+++ Makefile.in Tue Feb 28 21:13:51 2017
@@ -103,7 +103,7 @@ $(DEPEND):
@-rm -f $(DEPEND)
@echo "Generating dependencies... "
@echo > $(DEPEND)
- @$(CXX) $(CFLAGS) -MM \
+ @$(CC) $(CFLAGS) -MM \
`echo $(RAWOBJS) $(GTKOBJS) $(CUROBJS) $(NETOBJS) \
| sed -e "s/\.o/\.c/g"` >> $(DEPEND)