Skip to content

Commit

Permalink
#undef getc in case it is still a macro from stdio.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg committed Dec 19, 2012
1 parent 16f8ac8 commit 448ae53
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphics/djvulibre-lib/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.11 2012/12/17 13:54:23 drochner Exp $
$NetBSD: distinfo,v 1.12 2012/12/19 12:51:26 joerg Exp $

SHA1 (djvulibre-3.5.25.3.tar.gz) = ad35056aabb1950f385360ff59520a82a6f779ec
RMD160 (djvulibre-3.5.25.3.tar.gz) = f91befc4d118cd5426f84abaa4f20ede920a2a2e
Expand All @@ -7,3 +7,4 @@ SHA1 (patch-aa) = c819c6b1218b3178983bb48e53c4d3c0f7dd0227
SHA1 (patch-ab) = 5e8f6d3b925da3a2a09b87a05d2b9564f9c2e7b4
SHA1 (patch-ac) = 0c713031903aade12eda1d898595798a1468fd0a
SHA1 (patch-ad) = 7fe0f2d2b7c242c44720e9b4b76aa665d2551e6b
SHA1 (patch-libdjvu_miniexp.cpp) = d63236ac02aa48d68536b0771c0fc8e17626fd33
12 changes: 12 additions & 0 deletions graphics/djvulibre-lib/patches/patch-libdjvu_miniexp.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$NetBSD: patch-libdjvu_miniexp.cpp,v 1.1 2012/12/19 12:51:26 joerg Exp $

--- libdjvu/miniexp.cpp.orig 2012-12-19 10:39:45.000000000 +0000
+++ libdjvu/miniexp.cpp
@@ -43,6 +43,7 @@
# define END_ANONYMOUS_NAMESPACE
#endif

+#undef getc

/* -------------------------------------------------- */
/* ASSERT */

0 comments on commit 448ae53

Please sign in to comment.