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
Justin M. Seger a757f9340a "site and tarball have changed and the first patch required minimal
changes."

PR:		ports/9739
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-04-13 10:54:20 +00:00

20 lines
320 B
Plaintext

*** 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.