summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-07-13 21:22:59 +0000
committerAlin Năstac <mrness@gentoo.org>2006-07-13 21:22:59 +0000
commit3dd82f47f6ea91b273ea0da558aadc55f2be5450 (patch)
treec955cc6ec97e5defb60512ac6ffd9e2d4c7335f3 /app-mobilephone
parentApplied as-needed patch, as supplied by drac. (diff)
downloadgentoo-2-3dd82f47f6ea91b273ea0da558aadc55f2be5450.tar.gz
gentoo-2-3dd82f47f6ea91b273ea0da558aadc55f2be5450.tar.bz2
gentoo-2-3dd82f47f6ea91b273ea0da558aadc55f2be5450.zip
Remove obsolete version. Fix the as-needed patch (#140255).
(Portage version: 2.1-r1)
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/gammu/ChangeLog11
-rw-r--r--app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch2
2 files changed, 11 insertions, 2 deletions
diff --git a/app-mobilephone/gammu/ChangeLog b/app-mobilephone/gammu/ChangeLog
index 05b4a0c8b062..3a399a468d5e 100644
--- a/app-mobilephone/gammu/ChangeLog
+++ b/app-mobilephone/gammu/ChangeLog
@@ -1,10 +1,19 @@
# ChangeLog for app-mobilephone/gammu
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.20 2006/07/12 21:19:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gammu/ChangeLog,v 1.21 2006/07/13 21:22:59 mrness Exp $
+
+ 13 Jul 2006; Alin Nastac <mrness@gentoo.org>
+ -files/gammu-1.04.0-devfunc-sock.patch,
+ files/gammu-1.07.00-as-needed.patch, -gammu-1.04.0-r2.ebuild:
+ Remove obsolete version. Fix the as-needed patch (#140255).
12 Jul 2006; Aron Griffis <agriffis@gentoo.org> gammu-1.05.00.ebuild:
Mark 1.05.00 stable on ia64
+ 13 Jul 2006; Alin Nastac <mrness@gentoo.org>
+ files/gammu-1.07.00-as-needed.patch:
+ Fix the as-needed patch (#140255).
+
*gammu-1.07.00 (12 Jul 2006)
12 Jul 2006; Alin Nastac <mrness@gentoo.org>
diff --git a/app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch b/app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch
index 181b89f838c5..c681846d1f93 100644
--- a/app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch
+++ b/app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch
@@ -15,7 +15,7 @@ diff -Nru gammu-1.07.00.orig/cfg/Makefile.glo gammu-1.07.00/cfg/Makefile.glo
$(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR): $(COMMON)
@echo Linking libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR)
- @$(CC) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON) $(LDFLAGS)
-+ @$(CC) $(LDFLAGS) $(LDLIBS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(COMMON)
++ @$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libGammu.so.$(SONAME_MAJOR) $(COMMON) $(LDLIBS) -o $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR)
@$(LN) -s libGammu.so.$(SONAME_MAJOR).$(SONAME_MINOR) $(TOPDIR)/common/libGammu.so.$(SONAME_MAJOR)
@$(LN) -s libGammu.so.$(SONAME_MAJOR) $(TOPDIR)/common/libGammu.so