summaryrefslogtreecommitdiff
path: root/sysutils/xfce4-battery-plugin
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 12:03:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-24 12:03:00 +0000
commit750856b474df27ca9254d05f28b45fcc629dd068 (patch)
tree6e71ea116c0382c65d983b55ea519b5fd540ab4a /sysutils/xfce4-battery-plugin
parentUpdate port: sysutils/xfce4-battery-plugin (diff)
remove forgotten patch-file
PR: ports/56741
Notes
Notes: svn path=/head/; revision=89205
Diffstat (limited to 'sysutils/xfce4-battery-plugin')
-rw-r--r--sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c b/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c
deleted file mode 100644
index 43870a2a3c35..000000000000
--- a/sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- panel-plugin/apmlib.c.orig Thu Jul 31 09:34:47 2003
-+++ panel-plugin/apmlib.c Thu Jul 31 09:18:25 2003
-@@ -18,6 +18,9 @@
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
- */
-+
-+#if defined(__linux__)
-+
- #include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>
-@@ -463,3 +466,5 @@
-
- return buffer;
- }
-+
-+#endif