openbsd-ports/mail/vrfy/patches/patch-Makefile
2001-03-19 17:34:42 +00:00

23 lines
658 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2001/03/19 17:34:42 wilfried Exp $
--- Makefile.orig Tue Oct 7 13:40:40 1997
+++ Makefile Mon Mar 19 18:09:27 2001
@@ -69,13 +69,13 @@ DEFS = $(CONFIGDEFS) $(SYSDEFS)
COPTS =
COPTS = -O
-CFLAGS = $(COPTS) $(DEFS)
+CFLAGS += $(DEFS)
# Select your favorite compiler.
-CC = /usr/ucb/cc #if defined(solaris) && BSD
-CC = /bin/cc -arch m68k -arch i386 #if defined(next)
-CC = /bin/cc
-CC = cc
+#CC = /usr/ucb/cc #if defined(solaris) && BSD
+#CC = /bin/cc -arch m68k -arch i386 #if defined(next)
+#CC = /bin/cc
+#CC = cc
# ----------------------------------------------------------------------
# Linking definitions.