mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
Patches must not be changed by the vcs, this includes the svn:keyword expansion. Set fbsd:nokeywords to a couple of patches. With hat: portmgr Sponsored by: Absolight
14 lines
297 B
Text
14 lines
297 B
Text
--- sparc/Makefile.orig Tue Mar 18 21:23:25 1997
|
|
+++ sparc/Makefile Mon Oct 21 14:10:57 2002
|
|
@@ -1,8 +1,8 @@
|
|
SRC = ../src
|
|
|
|
-CC = gcc
|
|
-COPTS = -ansi -O -w
|
|
-EXTRA_DEF = "-DRELEASE=\"v1.1\""
|
|
+CC ?= gcc
|
|
+COPTS = -ansi -w ${CFLAGS}
|
|
+EXTRA_DEF = "-DRELEASE=\"v1.1\"" -I../src
|
|
|
|
all: fpp
|
|
|