summaryrefslogtreecommitdiff
path: root/sysutils/xbatt/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-10-31 21:16:07 +0000
committerhubertf <hubertf@pkgsrc.org>1999-10-31 21:16:07 +0000
commit97bad36eea54aa25b257863e2192b3f9c8818176 (patch)
treed99483212202804702b3b03fed4dda56854ec515 /sysutils/xbatt/patches
parentac436110932b742e5785392ff1e739a65f6384ea (diff)
downloadpkgsrc-97bad36eea54aa25b257863e2192b3f9c8818176.tar.gz
Displays status of your laptop's battery.
Diffstat (limited to 'sysutils/xbatt/patches')
-rw-r--r--sysutils/xbatt/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/xbatt/patches/patch-aa b/sysutils/xbatt/patches/patch-aa
new file mode 100644
index 00000000000..d7cb90437f4
--- /dev/null
+++ b/sysutils/xbatt/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/31 21:16:09 hubertf Exp $
+
+--- Imakefile.orig Tue Oct 26 03:09:57 1999
++++ Imakefile Tue Oct 26 03:10:22 1999
+@@ -9,6 +9,9 @@
+ #ifdef FreeBSDArchitecture
+ INSTALLFLAGS=-c -g operator -m 2755
+ #endif
++#ifdef NetBSDArchitecture
++INSTALLFLAGS=-c -m 755
++#endif
+ #ifdef LinuxArchitecture
+ INSTALLFLAGS=-c -m 2755
+ #endif