summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-08 02:42:22 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-03-08 02:42:22 +0800
commit668c67513600e510f2847c7693bd829d92c895b2 (patch)
tree8d5445a31b653bb38366903494f9e94854118fd2 /sysutils/gnome-power-manager/files
parentd6c8334d63edaddf3c16e3237c76776022caed92 (diff)
downloadmarcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar.gz
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar.bz2
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar.lz
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar.xz
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.tar.zst
marcuscom-ports-668c67513600e510f2847c7693bd829d92c895b2.zip
Bump PORTREVISION to fix GConf problems in GNOME 2.25.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12035 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-power-manager/files')
-rw-r--r--sysutils/gnome-power-manager/files/patch-src_Makefile.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/gnome-power-manager/files/patch-src_Makefile.in b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
new file mode 100644
index 000000000..8bbbfb172
--- /dev/null
+++ b/sysutils/gnome-power-manager/files/patch-src_Makefile.in
@@ -0,0 +1,29 @@
+--- src/Makefile.in.orig 2008-09-29 17:30:53.000000000 -0400
++++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400
+@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \
+ $(NULL)
+
+ gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \
+- $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \
++ $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \
+ $(am__append_1)
+ gnome_power_preferences_SOURCES = \
+ egg-debug.h \
+@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \
+ gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \
+ $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \
+ $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \
+- $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2)
++ $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2)
+ gnome_power_manager_SOURCES = \
+ egg-color.c \
+ egg-color.h \
+@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \
+ gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \
+ $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \
+ $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \
+- $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3)
++ $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3)
+ gnome_power_self_test_SOURCES = \
+ egg-color.c \
+ egg-color.h \