You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/swmm/files/swmm-5.0.022-QA.patch

15 lines
449 B

--- Makefile
+++ Makefile
@@ -7,9 +7,10 @@
rain.o rdii.o report.o routing.o runoff.o shape.o snow.o stats.o \
statsrpt.o subcatch.o table.o toposort.o transect.o treatmnt.o xsect.o
+LIBS += -lm
swmm5 : $(objs)
- cc -o swmm5 -lm $(objs)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o swmm5 $(objs) $(LIBS)
swmm5.o : consts.h macros.h enums.h error.h datetime.h objects.h funcs.h text.h globals.h swmm5.h
climate.o : headers.h