pkgsrc/archivers/nulib2/patches/patch-af
shattered 77c270c1c7 Update to 2.2.0 (2007). Changes:
- Fix handling of MS-DOS reserved names.  Besides handling names like
      "con", we also need to handle "con.foo.txt".
    - Auto-detect and handle "bad Mac" archives.
    - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle
      archives created by an unknown but badly broken program.

    - Switched from GPL to BSD license.
2014-09-13 11:10:58 +00:00

12 lines
293 B
Text

$NetBSD: patch-af,v 1.3 2014/09/13 11:10:58 shattered Exp $
--- nufxlib-220/SysDefs.h.orig 2004-03-10 13:05:51.000000000 -0800
+++ nufxlib-220/SysDefs.h
@@ -108,7 +108,6 @@
#endif
#if defined(__APPLE__) && defined(__MACH__) /* OS X */
-# define MAC_LIKE
# define UNIX_LIKE
#endif