diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-07-13 21:22:59 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-07-13 21:22:59 +0000 |
commit | dc109d867ca015164b8c1b3f533b96bd2b370aab (patch) | |
tree | ad418e673fa1a43bc727ab39229d59c334fb33d6 /app-mobilephone/gammu/files | |
parent | Applied as-needed patch, as supplied by drac. (diff) | |
download | historical-dc109d867ca015164b8c1b3f533b96bd2b370aab.tar.gz historical-dc109d867ca015164b8c1b3f533b96bd2b370aab.tar.bz2 historical-dc109d867ca015164b8c1b3f533b96bd2b370aab.zip |
Remove obsolete version. Fix the as-needed patch (#140255).
Package-Manager: portage-2.1-r1
Diffstat (limited to 'app-mobilephone/gammu/files')
-rw-r--r-- | app-mobilephone/gammu/files/gammu-1.07.00-as-needed.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |