diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-24 20:03:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-24 20:03:00 +0800 |
commit | e49ccdfa06e88d02e16c51b9035f05fb58662120 (patch) | |
tree | c0e9c572a50a08a74a75adf1b8f5982dab3a588d /sysutils | |
parent | d8fd017848550ce97aae5820e1843dbf3dd6994b (diff) | |
download | freebsd-ports-gnome-e49ccdfa06e88d02e16c51b9035f05fb58662120.tar.gz freebsd-ports-gnome-e49ccdfa06e88d02e16c51b9035f05fb58662120.tar.zst freebsd-ports-gnome-e49ccdfa06e88d02e16c51b9035f05fb58662120.zip |
remove forgotten patch-file
PR: ports/56741
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-battery-plugin/files/patch-panel-plugin::apmlib.c | 18 |
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 |