diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-26 11:07:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-26 11:07:18 +0000 |
commit | 3ed63c54accc9df94e2cfff16ba242d59bda265c (patch) | |
tree | e68992a197fc8ec84a5c5bf0bbf1608522b6c6b2 /geography/libchamplain06/patches/patch-aa | |
parent | caeabc946ec82db8e63264a2bc3ce19479937b8a (diff) | |
download | pkgsrc-3ed63c54accc9df94e2cfff16ba242d59bda265c.tar.gz |
add libchamplain06-0.6.1, a GTK map widget
(the development version, can be installed in parallel to 0.4.x)
Diffstat (limited to 'geography/libchamplain06/patches/patch-aa')
-rw-r--r-- | geography/libchamplain06/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/geography/libchamplain06/patches/patch-aa b/geography/libchamplain06/patches/patch-aa new file mode 100644 index 00000000000..5c8a7cea303 --- /dev/null +++ b/geography/libchamplain06/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2010/07/26 11:07:18 drochner Exp $ + +--- Makefile.in.orig 2010-06-26 22:01:30.000000000 +0000 ++++ Makefile.in +@@ -321,7 +321,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + + # Have the demos build at the end as they depend on optional parts +-SUBDIRS = tidy champlain $(am__append_1) docs demos bindings ++SUBDIRS = tidy champlain $(am__append_1) demos bindings + ACLOCAL_AMFLAGS = -I m4 + pcfiles = champlain-@CHAMPLAIN_API_VERSION@.pc $(am__append_2) \ + $(am__append_4) |