mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 14:50:31 -04:00
At least, that's what the COMMENT says it does... PR: 4920 Submitted by: Pedro Giffuni <giffunip@asme.org>
11 lines
291 B
Text
11 lines
291 B
Text
--- Test/Makefile.orig Sat Apr 25 23:46:45 1998
|
|
+++ Test/Makefile Sat Apr 25 23:46:53 1998
|
|
@@ -3,7 +3,7 @@
|
|
BINDIR = ./
|
|
|
|
INCLUDES = -I../Lib
|
|
-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
|
|
+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
|
|
|
|
LIBS = -lmetis -lm
|
|
LD = $(CC) $(LDOPTIONS) -L../
|