openbsd-ports/net/pptp/patches/patch-pptp-linux-1_1_0_Makefile
reinhard 21b63ab1ed *) -NO_REGRESS
*) honour CC/CFLAGS
*) update man page
as requested by fgs@
2003-01-24 13:12:38 +00:00

18 lines
491 B
Plaintext

$OpenBSD: patch-pptp-linux-1_1_0_Makefile,v 1.1 2003/01/24 13:12:38 reinhard Exp $
--- pptp-linux-1.1.0/Makefile.orig Mon Mar 11 09:36:52 2002
+++ pptp-linux-1.1.0/Makefile Fri Jan 24 01:07:23 2003
@@ -5,11 +5,11 @@ VERSION = 1.1.0
PPPD = /usr/sbin/pppd
#################################################################
-CC = gcc
+CC? = gcc
RM = rm -f
DEBUG = -g
INCLUDE =
-CFLAGS = -Wall -O1 $(DEBUG) $(INCLUDE)
+CFLAGS? = -Wall -O1 $(DEBUG) $(INCLUDE)
LIBS =
LDFLAGS = -lutil