aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-05 23:09:06 +0800
committermarino <marino@FreeBSD.org>2014-07-05 23:09:06 +0800
commita287f885a166165e6f91f4fbe9e95d687a4fec92 (patch)
tree815b21e4e6533294ff5893039317db77d35bfdc6 /comms
parent45e31984d107638088bb697b561882b5f3f0f5cb (diff)
downloadfreebsd-ports-gnome-a287f885a166165e6f91f4fbe9e95d687a4fec92.tar.gz
freebsd-ports-gnome-a287f885a166165e6f91f4fbe9e95d687a4fec92.tar.zst
freebsd-ports-gnome-a287f885a166165e6f91f4fbe9e95d687a4fec92.zip
comms/hylafax: Add patch for DragonFly support (dports)
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/files/patch-config.h.in11
1 files changed, 11 insertions, 0 deletions
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