diff options
Diffstat (limited to 'x11/gtk2/patches/patch-ao')
-rw-r--r-- | x11/gtk2/patches/patch-ao | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/gtk2/patches/patch-ao b/x11/gtk2/patches/patch-ao new file mode 100644 index 00000000000..cbf9d21deaf --- /dev/null +++ b/x11/gtk2/patches/patch-ao @@ -0,0 +1,12 @@ +$NetBSD: patch-ao,v 1.1.1.1 2002/03/24 20:34:37 dmcmahill Exp $ + +--- gdk/Makefile.in.orig Mon Mar 18 18:54:44 2002 ++++ gdk/Makefile.in +@@ -218,6 +218,7 @@ + $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \ + $(gdk_win32_symbols) \ + @GDK_DEP_LIBS@ \ ++ @LDFLAGS@ \ + @STRIP_END@ + + |