1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

comms/hylafax: Add patch for DragonFly support (dports)

This commit is contained in:
John Marino 2014-07-05 15:09:06 +00:00
parent dd9b64226a
commit 2a205074c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360759

View File

@ -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