diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-30 00:01:37 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-30 00:01:37 +0000 |
commit | f30a579e7e3d5e1aa8a62a248622ad124ed7598d (patch) | |
tree | 82587381bbb3a97a3d5b9bf85cb453a3a62f7adb /graphics/gphoto/patches/patch-af | |
parent | 85a95e52090b189414d2578570999b47df7707a2 (diff) | |
download | pkgsrc-f30a579e7e3d5e1aa8a62a248622ad124ed7598d.tar.gz |
Initial import of gphoto-0.4.1
gPhoto is an universal, free GTK+ application that will allow
downloading, saving, and manipulation of images from several
different digital camera models, or from the local harddrive.
gPhoto has a basic command line interface, which is handy,
if you want to set up a web camera, and use gphoto in a
script, e.g. with Perl/PHP.
gPhoto sports a new HTML engine, that let's you create your
gallery "themes" (HTML with special tags), and publish images
to the web. A directory browse mode has also been implemented.
gPhoto supports a wide array of digital camera models.
Diffstat (limited to 'graphics/gphoto/patches/patch-af')
-rw-r--r-- | graphics/gphoto/patches/patch-af | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/gphoto/patches/patch-af b/graphics/gphoto/patches/patch-af new file mode 100644 index 00000000000..a07e1578a6b --- /dev/null +++ b/graphics/gphoto/patches/patch-af @@ -0,0 +1,15 @@ +$NetBSD: patch-af,v 1.1.1.1 1999/11/30 00:01:38 dmcmahill Exp $ + +--- ./configure.orig Fri Nov 19 21:32:38 1999 ++++ ./configure Mon Nov 29 15:40:55 1999 +@@ -1583,8 +1583,8 @@ + + # This can be used to rebuild libtool when needed +-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" ++#LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++#LIBTOOL='$(SHELL) $(top_builddir)/libtool' + + # Redirect the config.log output again, so that the ltconfig log is not |