From 2a205074c658497b12823974acfd8a96346ac09f Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 5 Jul 2014 15:09:06 +0000 Subject: [PATCH] comms/hylafax: Add patch for DragonFly support (dports) --- comms/hylafax/files/patch-config.h.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 comms/hylafax/files/patch-config.h.in diff --git a/comms/hylafax/files/patch-config.h.in b/comms/hylafax/files/patch-config.h.in new file mode 100644 index 000000000000..fe4cc7ed7d0b --- /dev/null +++ b/comms/hylafax/files/patch-config.h.in @@ -0,0 +1,11 @@ +--- config.h.in.orig 2012-06-06 02:58:38.000000000 +0200 ++++ config.h.in 2013-02-23 22:28:46.471211000 +0100 +@@ -303,3 +303,8 @@ + #define LOCALE_DOMAIN "@LOCALE_DOMAIN@" + + #endif ++ ++#if defined(__DragonFly__) ++ #define HAS_UTMPX 1 ++ #define HAS_EXIT_STATUS 1 ++#endif