diff options
Diffstat (limited to 'graphics/giflib/patches/patch-aa')
-rw-r--r-- | graphics/giflib/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/giflib/patches/patch-aa b/graphics/giflib/patches/patch-aa new file mode 100644 index 00000000000..2cb056e52b1 --- /dev/null +++ b/graphics/giflib/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.10 2011/01/18 11:57:54 drochner Exp $ + +--- Makefile.in.orig 2007-11-10 22:53:34.000000000 +0000 ++++ Makefile.in +@@ -188,7 +188,7 @@ sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = lib util doc pic ++SUBDIRS = lib + WINDOWS = $(top_srcdir)/windows/GifWin.cpp \ + $(top_srcdir)/windows/GifWin.h \ + $(top_srcdir)/windows/StdAfx.h \ |