opnsense-ports/security/isakmpd/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

33 lines
715 B
Text

--- Makefile.orig Tue Dec 7 21:06:56 2004
+++ Makefile Mon Dec 13 12:06:21 2004
@@ -38,9 +38,9 @@
# openbsd means OpenBSD 2.5 or newer. freeswan is the name for Linux with
# FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec.
-OS= openbsd
+#OS= openbsd
#OS= netbsd
-#OS= freebsd
+OS= freebsd
#OS= freeswan
#OS= bsdi
@@ -133,9 +133,9 @@
.ifdef USE_KEYNOTE
USE_LIBCRYPTO= yes
-USE_LIBDES= yes
LDADD+= -lkeynote -lm
DPADD+= ${LIBKEYNOTE} ${LIBM}
+POLICY= policy.c
CFLAGS+= -DUSE_KEYNOTE
.endif
@@ -181,7 +181,6 @@
${PROG} beforedepend: ${GENERATED}
.include <bsd.prog.mk>
-.include <bsd.subdir.mk>
debug:
(cd ${.CURDIR}; ${MAKE} DEBUG="-g -Werror")