diff options
Diffstat (limited to 'app-laptop/pbbuttonsd/files/lm.patch')
-rw-r--r-- | app-laptop/pbbuttonsd/files/lm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-laptop/pbbuttonsd/files/lm.patch b/app-laptop/pbbuttonsd/files/lm.patch new file mode 100644 index 000000000000..feb7620ea97b --- /dev/null +++ b/app-laptop/pbbuttonsd/files/lm.patch @@ -0,0 +1,11 @@ +--- src/Makefile.in.bak 2008-01-11 14:48:19.000000000 -0500 ++++ src/Makefile.in 2008-01-11 14:46:01.000000000 -0500 +@@ -255,7 +255,7 @@ + module_peep.c module_peep.h debug.h \ + tcp.c tcp.h + +-pbbuttonsd_LDADD = -lpbb $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@ ++pbbuttonsd_LDADD = -lpbb -lm $(INTLLIBS) $(PB_OBJECTS) $(PB_LIBS) @PACKAGE_LIBS@ + pbbuttonsd_LDFLAGS = -L$(top_srcdir)/libpbbipc + pbbuttonsd_DEPENDENCIES = $(PB_OBJECTS) + @DEBUG_TRUE@AM_CFLAGS1 = -DDEBUG |