From a1c2730a2b4cc7bfed2d4b58d09be6d38402b908 Mon Sep 17 00:00:00 2001 From: avsm Date: Thu, 22 Mar 2001 00:22:54 +0000 Subject: [PATCH] respect CC/CFLAGS (noticed by wilfried@) --- net/ucspi-unix/patches/patch-Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/ucspi-unix/patches/patch-Makefile diff --git a/net/ucspi-unix/patches/patch-Makefile b/net/ucspi-unix/patches/patch-Makefile new file mode 100644 index 00000000000..322f20bf9a4 --- /dev/null +++ b/net/ucspi-unix/patches/patch-Makefile @@ -0,0 +1,13 @@ +$OpenBSD: patch-Makefile,v 1.1 2001/03/22 00:22:54 avsm Exp $ +--- Makefile.orig Wed Mar 21 23:49:05 2001 ++++ Makefile Wed Mar 21 23:49:29 2001 +@@ -1,9 +1,6 @@ + PACKAGE = ucspi-unix + VERSION = 0.34 + +-CC = gcc +-CFLAGS = -O -g -W -Wall +- + LD = $(CC) + LDFLAGS = -g + LIBS =