summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches/patch-ab
blob: 263227fb5cf8a114cdd602404776b3d89e81cad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ab,v 1.3 2001/09/02 16:48:32 wiz Exp $

--- Makefile.orig	Sun Sep  2 18:32:03 2001
+++ Makefile
@@ -1,10 +1,10 @@
-CC = gcc
-LD = gcc
-RM = rm -f
-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
+CC ?= gcc
+LD = ${CC}
+RM ?= rm -f
+CFLAGS += -c -Wall -fomit-frame-pointer
 LDFLAGS = -s
 LIBS =
-#LIBS += -lcrypt
+LIBS += -lcrypt
 #LIBS += -lpam
 #LIBS += -lwrap
 #LIBS += -lnsl