diff options
Diffstat (limited to 'base')
-rwxr-xr-x | base/dvd+rw-tools/Pkgfile | 2 | ||||
-rw-r--r-- | base/dvd+rw-tools/transport.patch | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/base/dvd+rw-tools/Pkgfile b/base/dvd+rw-tools/Pkgfile index 91b011a7f..fef5f3a94 100755 --- a/base/dvd+rw-tools/Pkgfile +++ b/base/dvd+rw-tools/Pkgfile @@ -8,7 +8,7 @@ name=dvd+rw-tools version=7.1 release=1 source=( http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-$version.tar.gz \ - transport.patch) + http://nutyx.meticul.eu/files/patchs/$name/transport.patch) build() { diff --git a/base/dvd+rw-tools/transport.patch b/base/dvd+rw-tools/transport.patch deleted file mode 100644 index 8c81697ac..000000000 --- a/base/dvd+rw-tools/transport.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ./transport.hxx.orig 2008-03-01 04:34:43.000000000 -0600 -+++ ./transport.hxx 2008-04-06 23:05:58.000000000 -0500 -@@ -9,6 +9,7 @@ - #if defined(__unix) || defined(__unix__) - #include <stdio.h> - #include <stdlib.h> -+#include <limits.h> - #include <unistd.h> - #include <string.h> - #include <sys/types.h> |