<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b54ef3aea8aff3bb7a285c478fb95f71d443abe0">https://github.com/macports/macports-ports/commit/b54ef3aea8aff3bb7a285c478fb95f71d443abe0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new b54ef3aea8a gdbm: update tiger patch
</span>b54ef3aea8a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b54ef3aea8aff3bb7a285c478fb95f71d443abe0
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Sun Sep 5 14:24:40 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdbm: update tiger patch
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    add defined(__APPLE__) test, to fix build on non-Apple platforms
</span><span style='display:block; white-space:pre;color:#404040;'>    no revbump as no functional change to installed systems and new version coming shortly
</span>---
 databases/gdbm/files/patch-gdbm.h-tiger-stdio-no-offt.diff | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/gdbm/files/patch-gdbm.h-tiger-stdio-no-offt.diff b/databases/gdbm/files/patch-gdbm.h-tiger-stdio-no-offt.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 2111ab9804d..0082b3ab6a2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/gdbm/files/patch-gdbm.h-tiger-stdio-no-offt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/gdbm/files/patch-gdbm.h-tiger-stdio-no-offt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,7 +4,7 @@
</span>  
  # include <stdio.h>
  
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++#if defined(__APPLE__) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 1050
</span> +#ifndef _OFF_T
 +#define _OFF_T
 +typedef __darwin_off_t      off_t;
</pre><pre style='margin:0'>

</pre>