svn commit: r360759 - head/comms/hylafax/files

John Marino marino at FreeBSD.org
Sat Jul 5 15:09:07 UTC 2014


Author: marino
Date: Sat Jul  5 15:09:06 2014
New Revision: 360759
URL: http://svnweb.freebsd.org/changeset/ports/360759
QAT: https://qat.redports.org/buildarchive/r360759/

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

Added:
  head/comms/hylafax/files/patch-config.h.in   (contents, props changed)

Added: head/comms/hylafax/files/patch-config.h.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/hylafax/files/patch-config.h.in	Sat Jul  5 15:09:06 2014	(r360759)
@@ -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


More information about the svn-ports-head mailing list