summaryrefslogtreecommitdiff
path: root/deskutils/tpb/files/patch-src-Makefile.in
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-06-09 22:56:12 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-06-09 22:56:12 +0000
commitcb49cc5d8307d7c839ed79821fbfc85ec1627d8c (patch)
treefd2ce6f3964c29fbf9eb3547598d8de56bbfa143 /deskutils/tpb/files/patch-src-Makefile.in
parent- Update to 0.6 (diff)
Add tpb 0.6.3, An On-Screen-Display for hotkeys of IBM ThinkPads and the first
consumer of the updated acpi_ibm(4) driver: With TPB it is possible to bind a program to the ThinkPad, Mail, Home and Search button. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as the R series ThinkPads have no hardware mixer to change the volume. WWW: http://www.nongnu.org/tpb/
Notes
Notes: svn path=/head/; revision=137129
Diffstat (limited to 'deskutils/tpb/files/patch-src-Makefile.in')
-rw-r--r--deskutils/tpb/files/patch-src-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/tpb/files/patch-src-Makefile.in b/deskutils/tpb/files/patch-src-Makefile.in
new file mode 100644
index 000000000000..21ec7cc6d523
--- /dev/null
+++ b/deskutils/tpb/files/patch-src-Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Thu Jun 9 00:42:42 2005
++++ src/Makefile.in Thu Jun 9 00:45:44 2005
+@@ -106,7 +106,7 @@
+
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ $(INTLLIBS)
+ X_CFLAGS = @X_CFLAGS@
+ X_LIBS = @X_LIBS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@