opnsense-ports/security/dcetest/files/patch-Makefile
Franco Fichtner e2e9f18bcc */*: sync with upstream
Taken from: FreeBSD
2016-06-21 05:37:51 +02:00

10 lines
263 B
Text

--- Makefile.orig 2001-08-20 20:40:40 UTC
+++ Makefile
@@ -1,6 +1,6 @@
.SUFFIXES: .a .o .c
CC = gcc
-CFLAGS = -Wall -funsigned-char -c -fPIC -ggdb
+CFLAGS += -Wall -funsigned-char -c -fPIC -ggdb
BINS = dcetest
ALL = $(BINS)