ports/devel/delta/files/patch-Build.mk
Stefan Eßer 211b01d075 devel/delta: fetch from GitHub
Make port more compliant with style, fetch from GitHub instead of a
local copy, respect port system CFLAGS, support installation of README
files depending on DOCS, support testing of the compiled port, take
maintainership from ports@.

The installed programs are identical to those of the previous port
version, except for CFLAGS from the ports system that are no longer
ignored.
2023-06-30 13:45:43 +02:00

12 lines
215 B
Makefile

--- Build.mk.orig 2020-06-23 01:34:49 UTC
+++ Build.mk
@@ -1,7 +1,7 @@
# see License.txt for copyright and terms of use
-CC := gcc
-CFLAGS := -Wall
+# CC := gcc
+# CFLAGS := -Wall
# CFLAGS += -g
FLEX := flex