summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-laptop/pbbuttonsd/files/lm-fix.patch')
-rw-r--r--app-laptop/pbbuttonsd/files/lm-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/lm-fix.patch b/app-laptop/pbbuttonsd/files/lm-fix.patch
new file mode 100644
index 000000000000..1b767b8d47df
--- /dev/null
+++ b/app-laptop/pbbuttonsd/files/lm-fix.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.in.old 2006-12-18 01:17:22.000000000 -0500
++++ src/Makefile.in 2006-12-18 01:17:33.000000000 -0500
+@@ -132,7 +132,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir) -I..
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = -lm @LIBS@
+ pbbuttonsd_OBJECTS = pbbuttonsd.o init.o input_manager.o support.o \
+ config_manager.o module_pmac.o module_system.o module_powersave.o \
+ module_display.o module_cdrom.o module_mixer.o module_ossmixer.o \