1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/metis/files/patch-ab

20 lines
320 B
Plaintext
Raw Normal View History

*** Lib/Makefile.orig Fri Oct 9 20:19:01 1998
--- Lib/Makefile Fri Oct 9 20:20:32 1998
***************
*** 2,8 ****
INCLUDES = -I.
! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
LD = $(CC) -L.
--- 2,8 ----
INCLUDES = -I.
! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
LD = $(CC) -L.