Gentoo Archives: gentoo-commits

From: "Cedric Krier (cedk)" <cedk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/pommed/files: pommed-1.17.patch
Date: Mon, 05 May 2008 08:00:20
Message-Id: E1JsvcP-0001HE-EQ@stork.gentoo.org
1 cedk 08/05/05 08:00:17
2
3 Added: pommed-1.17.patch
4 Log:
5 Version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-laptop/pommed/files/pommed-1.17.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/files/pommed-1.17.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/pommed/files/pommed-1.17.patch?rev=1.1&content-type=text/plain
13
14 Index: pommed-1.17.patch
15 ===================================================================
16 diff -ru pommed-1.16~/pommed/Makefile pommed-1.16/pommed/Makefile
17 --- pommed-1.16~/pommed/Makefile 2008-04-27 12:28:57.000000000 +0200
18 +++ pommed-1.16/pommed/Makefile 2008-04-27 12:31:10.000000000 +0200
19 @@ -16,7 +16,7 @@
20
21 INOTIFY_CFLAGS = $(shell test -e /usr/include/sys/inotify.h || echo -DNO_SYS_INOTIFY_H)
22
23 -CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS)
24 +CFLAGS += -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(AUDIOFILE_CFLAGS) $(CONFUSE_CFLAGS) $(INOTIFY_CFLAGS)
25
26 LDFLAGS = -pthread $(DBUS_LIBS) $(ALSA_LIBS) $(AUDIOFILE_LIBS) $(CONFUSE_LIBS)
27
28 @@ -42,7 +42,7 @@
29
30 else
31
32 -LDFLAGS += -lz -lsmbios
33 +LDFLAGS += -lz -lsmbios -lstdc++
34
35 SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c \
36 dbus.c power.c beep.c video.c \
37 @@ -50,7 +50,7 @@
38 mactel/nv8600mgt_backlight.c \
39 mactel/kbd_backlight.c mactel/ambient.c mactel/acpi.c
40
41 -LIBS = /usr/lib/libpci.a
42 +LIBS = $(shell pkg-config libpci --libs)
43 endif
44
45 OBJS = $(SOURCES:%.c=%.o)
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list