diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-12-21 13:30:51 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-12-21 13:30:51 +0000 |
commit | b735f110845792b9b1bb23b37ed732e6c9addf0a (patch) | |
tree | dd0cd20f2306b446c2acac1d0a8c8f76d4ecf99c /app-laptop/pommed/files | |
parent | Fix build with --as-needed for bug #246900 (diff) | |
download | historical-b735f110845792b9b1bb23b37ed732e6c9addf0a.tar.gz historical-b735f110845792b9b1bb23b37ed732e6c9addf0a.tar.bz2 historical-b735f110845792b9b1bb23b37ed732e6c9addf0a.zip |
Remove old
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'app-laptop/pommed/files')
-rw-r--r-- | app-laptop/pommed/files/pommed-1.14.patch | 30 | ||||
-rw-r--r-- | app-laptop/pommed/files/pommed-1.16.patch | 30 | ||||
-rw-r--r-- | app-laptop/pommed/files/pommed-1.17.patch | 30 | ||||
-rw-r--r-- | app-laptop/pommed/files/pommed-1.20.patch | 20 |
4 files changed, 0 insertions, 110 deletions
diff --git a/app-laptop/pommed/files/pommed-1.14.patch b/app-laptop/pommed/files/pommed-1.14.patch deleted file mode 100644 index e786b0677c6c..000000000000 --- a/app-laptop/pommed/files/pommed-1.14.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ru pommed-1.14~/pommed/Makefile pommed-1.14/pommed/Makefile ---- pommed-1.14~/pommed/Makefile 2008-04-27 12:37:24.000000000 +0200 -+++ pommed-1.14/pommed/Makefile 2008-04-27 12:38:54.000000000 +0200 -@@ -16,7 +16,7 @@ - - INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H) - --CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) -+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) - - ifeq ($(ARCH), ppc) - OFLIB ?= -@@ -42,7 +42,7 @@ - - else - --LDFLAGS = -lz -lsmbios $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS) -+LDFLAGS = -lz -lsmbios -lstdc++ $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS) - - SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c \ - dbus.c power.c beep.c video.c \ -@@ -50,7 +50,7 @@ - mactel/nv8600mgt_backlight.c \ - mactel/kbd_backlight.c mactel/ambient.c mactel/acpi.c - --LIBS = /usr/lib/libpci.a -+LIBS = $(shell pkg-config libpci --libs) - endif - - OBJS = $(SOURCES:%.c=%.o) diff --git a/app-laptop/pommed/files/pommed-1.16.patch b/app-laptop/pommed/files/pommed-1.16.patch deleted file mode 100644 index d9c948dab9df..000000000000 --- a/app-laptop/pommed/files/pommed-1.16.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ru pommed-1.16~/pommed/Makefile pommed-1.16/pommed/Makefile ---- pommed-1.16~/pommed/Makefile 2008-04-27 12:28:57.000000000 +0200 -+++ pommed-1.16/pommed/Makefile 2008-04-27 12:31:10.000000000 +0200 -@@ -16,7 +16,7 @@ - - INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H) - --CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) -+CFLAGS += -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) - - LDFLAGS = -pthread $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS) - -@@ -42,7 +42,7 @@ - - else - --LDFLAGS += -lz -lsmbios -+LDFLAGS += -lz -lsmbios -lstdc++ - - SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c \ - dbus.c power.c beep.c video.c \ -@@ -50,7 +50,7 @@ - mactel/nv8600mgt_backlight.c \ - mactel/kbd_backlight.c mactel/ambient.c mactel/acpi.c - --LIBS = /usr/lib/libpci.a -+LIBS = $(shell pkg-config libpci --libs) - endif - - OBJS = $(SOURCES:%.c=%.o) diff --git a/app-laptop/pommed/files/pommed-1.17.patch b/app-laptop/pommed/files/pommed-1.17.patch deleted file mode 100644 index d9c948dab9df..000000000000 --- a/app-laptop/pommed/files/pommed-1.17.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -ru pommed-1.16~/pommed/Makefile pommed-1.16/pommed/Makefile ---- pommed-1.16~/pommed/Makefile 2008-04-27 12:28:57.000000000 +0200 -+++ pommed-1.16/pommed/Makefile 2008-04-27 12:31:10.000000000 +0200 -@@ -16,7 +16,7 @@ - - INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H) - --CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) -+CFLAGS += -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) - - LDFLAGS = -pthread $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS) - -@@ -42,7 +42,7 @@ - - else - --LDFLAGS += -lz -lsmbios -+LDFLAGS += -lz -lsmbios -lstdc++ - - SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c \ - dbus.c power.c beep.c video.c \ -@@ -50,7 +50,7 @@ - mactel/nv8600mgt_backlight.c \ - mactel/kbd_backlight.c mactel/ambient.c mactel/acpi.c - --LIBS = /usr/lib/libpci.a -+LIBS = $(shell pkg-config libpci --libs) - endif - - OBJS = $(SOURCES:%.c=%.o) diff --git a/app-laptop/pommed/files/pommed-1.20.patch b/app-laptop/pommed/files/pommed-1.20.patch deleted file mode 100644 index 8d29f976311a..000000000000 --- a/app-laptop/pommed/files/pommed-1.20.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -ru pommed-1.20~/pommed/Makefile pommed-1.20/pommed/Makefile ---- pommed-1.20~/pommed/Makefile 2008-06-28 12:48:04.000000000 +0200 -+++ pommed-1.20/pommed/Makefile 2008-06-28 13:04:15.000000000 +0200 -@@ -16,7 +16,7 @@ - - INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H) - --CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) -+CFLAGS += -g -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS) - - LDFLAGS = -pthread -lrt $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS) - -@@ -50,6 +50,7 @@ - - CFLAGS += $(LIBPCI_CFLAGS) - LDFLAGS += $(LIBPCI_LIBS) -+ LIBS = $(LIBPCI_LIBS) - else - LIBS = /usr/lib/libpci.a - LDFLAGS += -lz |