aboutsummaryrefslogtreecommitdiff
path: root/security/libfprint/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libfprint/Makefile')
-rw-r--r--security/libfprint/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index cf1fc16da8ff..419aba8aa6c9 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -25,6 +25,10 @@ USE_GNOME= glib20 pkgconfig
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 600000
+EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD5
+.endif
+
CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto \
CFLAGS="${CFLAGS} -DHAVE_MEMMEM"