diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 23:31:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-15 23:31:58 +0000 |
commit | 3d13efd3564594c752e7631cc6aed802e4270414 (patch) | |
tree | 4f527941b36375548e1db69bc53006d913980bc8 /sysutils/lineakd/files/patch-aa | |
parent | Update to 2.2.0 (diff) |
- Update to 0.8.2
- Unbreak on 5.x
- New plugin system, untested on FreeBSD 4.x, please test
PR: ports/76269
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=126524
Diffstat (limited to 'sysutils/lineakd/files/patch-aa')
-rw-r--r-- | sysutils/lineakd/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/lineakd/files/patch-aa b/sysutils/lineakd/files/patch-aa deleted file mode 100644 index 5f18faacfc8d..000000000000 --- a/sysutils/lineakd/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- lineakd/cdromctrl.cpp.orig Wed Nov 19 13:45:39 2003 -+++ lineakd/cdromctrl.cpp Wed Nov 19 13:46:41 2003 -@@ -23,7 +23,7 @@ - #include <sys/ioctl.h> - #if defined (__FreeBSD__) - # include <sys/cdio.h> -- #define CDROMEJECT CDIOEJECT /*_IO('c',107)*/ -+ #define CDROMEJECT CDIOCEJECT /*_IO('c',107)*/ - #define CDROMCLOSETRAY CDIOCCLOSE - #else - #include <linux/cdrom.h> /* linux specific?!! */ |