freebsd-ports/security/dcetest/files/patch-Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00: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)