diff options
author | martti <martti@pkgsrc.org> | 2002-03-04 14:36:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-03-04 14:36:54 +0000 |
commit | 85fd64b9060f364b3b43ea728f34423445ce99f9 (patch) | |
tree | fc263c17b4dd893fe8e8d416d97c64b81bd390a9 /graphics/gtkam/patches | |
parent | c5314a9d8b0de160c97fe4dbdba18276d2da2cda (diff) | |
download | pkgsrc-85fd64b9060f364b3b43ea728f34423445ce99f9.tar.gz |
Updated gtkam to 0.1.2nb1
* don't install libexif files (we have pkgsrc/graphics/libexif)
Noted by Amitai Schlair in a private mail.
Diffstat (limited to 'graphics/gtkam/patches')
-rw-r--r-- | graphics/gtkam/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gtkam/patches/patch-ab b/graphics/gtkam/patches/patch-ab new file mode 100644 index 00000000000..4c265ac4333 --- /dev/null +++ b/graphics/gtkam/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2002/03/04 14:36:55 martti Exp $ + +--- libexif/Makefile.in.orig Mon Mar 4 15:05:18 2002 ++++ libexif/Makefile.in Mon Mar 4 15:06:04 2002 +@@ -313,7 +313,7 @@ + + install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am +-install: install-recursive ++install: + uninstall-am: + uninstall: uninstall-recursive + all-am: Makefile config.h |