summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2008-06-20 14:11:04 +0000
committerDaniel Black <dragonheart@gentoo.org>2008-06-20 14:11:04 +0000
commit8f2d3b3e785680ddf2df48213f51f0f8d133a5e3 (patch)
tree76e00e3b45a34dc9930a47f016ca9fe7e70b7594 /media-libs/libptp2
parentGCC-4.3 build fix (missing headers). Bug 227879. (diff)
downloadgentoo-2-8f2d3b3e785680ddf2df48213f51f0f8d133a5e3.tar.gz
gentoo-2-8f2d3b3e785680ddf2df48213f51f0f8d133a5e3.tar.bz2
gentoo-2-8f2d3b3e785680ddf2df48213f51f0f8d133a5e3.zip
autotools fixed thanks Diego - bug #226753
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/libptp2')
-rw-r--r--media-libs/libptp2/ChangeLog8
-rw-r--r--media-libs/libptp2/files/libptp2-1.1.10-makefile.patch103
2 files changed, 6 insertions, 105 deletions
diff --git a/media-libs/libptp2/ChangeLog b/media-libs/libptp2/ChangeLog
index 19270d25cbce..edd277860c4d 100644
--- a/media-libs/libptp2/ChangeLog
+++ b/media-libs/libptp2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libptp2
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/ChangeLog,v 1.16 2007/12/28 00:03:07 dragonheart Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libptp2/ChangeLog,v 1.17 2008/06/20 14:11:04 dragonheart Exp $
+
+ 20 Jun 2008; Daniel Black <dragonheart@gentoo.org>
+ files/libptp2-1.1.10-makefile.patch:
+ autotools fixed thanks Diego - bug #226753
*libptp2-1.1.10 (28 Dec 2007)
diff --git a/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch b/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
index 72253e3e589b..0e7b5adec8fc 100644
--- a/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
+++ b/media-libs/libptp2/files/libptp2-1.1.10-makefile.patch
@@ -9,106 +9,3 @@
ptpcam_DEPENDANCIES = libptp2.la
ptpcam_CFLAGS = @PTPCAM_CFLAGS@
endif
---- libptp2-1.1.10.orig/src/Makefile.in 2007-08-27 01:08:33.000000000 +1000
-+++ libptp2-1.1.10/src/Makefile.in 2007-12-28 09:52:05.000000000 +1100
-@@ -1,4 +1,4 @@
--# Makefile.in generated by automake 1.9.5 from Makefile.am.
-+# Makefile.in generated by automake 1.9.6 from Makefile.am.
- # @configure_input@
-
- # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-@@ -16,8 +16,6 @@
-
-
-
--SOURCES = $(libptp2_la_SOURCES) $(ptpcam_SOURCES)
--
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
-@@ -45,8 +43,7 @@
- DIST_COMMON = $(libptp2include_HEADERS) $(srcdir)/Makefile.am \
- $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
--am__aclocal_m4_deps = $(top_srcdir)/m4/byteorder.m4 \
-- $(top_srcdir)/m4/stdint.m4 $(top_srcdir)/configure.in
-+am__aclocal_m4_deps = $(top_srcdir)/configure.in
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
- mkinstalldirs = $(install_sh) -d
-@@ -74,7 +71,7 @@
- @LINUX_OS_TRUE@@PTPCAM_TRUE@ ptpcam-ptpcam.$(OBJEXT) \
- @LINUX_OS_TRUE@@PTPCAM_TRUE@ ptpcam-myusb.$(OBJEXT)
- ptpcam_OBJECTS = $(am_ptpcam_OBJECTS)
--ptpcam_DEPENDENCIES =
-+@PTPCAM_TRUE@ptpcam_DEPENDENCIES = libptp2.la
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/depcomp
- am__depfiles_maybe = depfiles
-@@ -122,6 +119,7 @@
- EXEEXT = @EXEEXT@
- F77 = @F77@
- FFLAGS = @FFLAGS@
-+GREP = @GREP@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
-@@ -150,16 +148,14 @@
- PTPCAM_LDFLAGS = @PTPCAM_LDFLAGS@
- PTPCAM_TRUE = @PTPCAM_TRUE@
- RANLIB = @RANLIB@
-+SED = @SED@
- SET_MAKE = @SET_MAKE@
- SHELL = @SHELL@
- STRIP = @STRIP@
- VERSION = @VERSION@
--ac_ct_AR = @ac_ct_AR@
- ac_ct_CC = @ac_ct_CC@
- ac_ct_CXX = @ac_ct_CXX@
- ac_ct_F77 = @ac_ct_F77@
--ac_ct_RANLIB = @ac_ct_RANLIB@
--ac_ct_STRIP = @ac_ct_STRIP@
- am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
- am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
- am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
-@@ -176,24 +172,30 @@
- build_os = @build_os@
- build_vendor = @build_vendor@
- datadir = @datadir@
--effective_target = @effective_target@
-+datarootdir = @datarootdir@
-+docdir = @docdir@
-+dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
-+htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
-+localedir = @localedir@
- localstatedir = @localstatedir@
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
-+pdfdir = @pdfdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
-+psdir = @psdir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
-@@ -207,7 +209,7 @@
- DISTCLEANFILES = libptp-stdint.h libptp-endian.h
- @LINUX_OS_FALSE@@PTPCAM_TRUE@ptpcam_SOURCES = ptpcam.c ptpcam.h
- @LINUX_OS_TRUE@@PTPCAM_TRUE@ptpcam_SOURCES = ptpcam.c ptpcam.h myusb.c
--@PTPCAM_TRUE@ptpcam_LDADD = -lptp2 @PTPCAM_LDFLAGS@
-+@PTPCAM_TRUE@ptpcam_LDADD = libptp2.la @PTPCAM_LDFLAGS@
- @PTPCAM_TRUE@ptpcam_DEPENDANCIES = libptp2.la
- @PTPCAM_TRUE@ptpcam_CFLAGS = @PTPCAM_CFLAGS@
- all: all-am