diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /graphics/gphoto2/files/patch-as | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'graphics/gphoto2/files/patch-as')
-rw-r--r-- | graphics/gphoto2/files/patch-as | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/gphoto2/files/patch-as b/graphics/gphoto2/files/patch-as deleted file mode 100644 index 99543bacfd86..000000000000 --- a/graphics/gphoto2/files/patch-as +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.in.orig Tue Mar 7 07:06:33 2000 -+++ Makefile.in Thu Apr 20 03:00:00 2000 -@@ -85,12 +85,12 @@ - driversdir = @driversdir@ - gallerydir = @gallerydir@ - --CFLAGS = -O2 -Wall -+CFLAGS = @CFLAGS@ - - SUBDIRS = canon casio directory fuji gallery kodak kodak_generic konica konica_qmxxx man minolta mustek nikon philips photopc ricoh samsung sony src - - --gphotodocdir = $(datadir)/gphoto/doc -+gphotodocdir = $(datadir)/gphoto - - gphotodoc_DATA = AUTHORS MANUAL - -@@ -365,13 +365,13 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-gphotodocDATA install-sysDATA -+install-data-am: install-gphotodocDATA - install-data: install-data-recursive - - install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - install: install-recursive --uninstall-am: uninstall-gphotodocDATA uninstall-sysDATA -+uninstall-am: uninstall-gphotodocDATA - uninstall: uninstall-recursive - all-am: Makefile $(DATA) config.h - all-redirect: all-recursive-am |