pkgsrc/graphics/exif/patches/patch-aa
minskim 5776abddee Link correctly against the gettext lib; previously gettext was not
used because GNU_CONFIGURE was not defined.  Should fix PR pkg/27823.

Bump PKGREVISION for dependency and PLIST changes.
2004-11-03 19:12:19 +00:00

13 lines
272 B
Text

$NetBSD: patch-aa,v 1.3 2004/11/03 19:12:19 minskim Exp $
--- exif/main.c.orig 2004-05-25 16:52:58.000000000 -0500
+++ exif/main.c
@@ -36,7 +36,7 @@
#include "exif-i18n.h"
#include "utils.h"
-#ifdef HAVE_LOCAL_H
+#ifdef HAVE_LOCALE_H
# include <locale.h>
#endif