ports/security/mhash/files/patch-configure.in
Michael Landin 3acd303497 - fix for mhash exporting defined that normally autotools-private
- Bump portrevision

Reviewed by:	mat
2018-04-10 08:53:19 +00:00

10 lines
237 B
Text

--- configure.in.orig
+++ configure.in
@@ -6,6 +6,7 @@
AM_INIT_AUTOMAKE
AC_DEFINE([MHASH_VERSION], PROGRAM_VERSION, "MHash Version")
+AC_CONFIG_HEADER([include/mutils/config.h])
AC_CONFIG_HEADER([include/mutils/mhash_config.h])