Date: Sat, 5 Jul 2014 15:09:06 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360759 - head/comms/hylafax/files Message-ID: <201407051509.s65F96X9095794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051509.s65F96X9095794>