pkgsrc/mail/popa3d/patches/patch-ab
wiz 0c6d1d7c38 Update popa3d to 0.4.9.1.
Changes:
PAM authentication (obviously not enabled)
Choice for fcntl(2) and/or flock(2) locking.
Virtual domain support hooks (in beta, not enabled in package)
Relaxed BSD-compatible license for most source files.
Various bug and portability fixes.
2001-07-21 17:16:12 +00:00

18 lines
375 B
Text

$NetBSD: patch-ab,v 1.2 2001/07/21 17:16:13 wiz Exp $
--- Makefile.orig Sun May 20 07:00:13 2001
+++ Makefile
@@ -1,8 +1,8 @@
-CC = gcc
-LD = gcc
-RM = rm -f
-CFLAGS = -c -Wall -O2 -fomit-frame-pointer
-LDFLAGS = -s
+CC ?= gcc
+LD = ${CC}
+RM ?= rm -f
+CFLAGS += -c -Wall -O2 -fomit-frame-pointer
+LDFLAGS += -s -lcrypt
#LDFLAGS = -s -lcrypt
#LDFLAGS = -s -lcrypt -lpam