diff options
author | is <is> | 2012-08-10 14:59:58 +0000 |
---|---|---|
committer | is <is> | 2012-08-10 14:59:58 +0000 |
commit | aeb97277669f04e382fd5e6795a5a33889546a07 (patch) | |
tree | 46609de81d9652f0336f73f308e69860618dcf41 | |
parent | 4fa7eba4a032b6781d4c0e9ac4ff77fd6d5925ee (diff) | |
download | pkgsrc-aeb97277669f04e382fd5e6795a5a33889546a07.tar.gz |
Forgot patch file...
-rw-r--r-- | sysutils/mtools/Makefile | 4 | ||||
-rw-r--r-- | sysutils/mtools/patches/patch-llong.h | 13 |
2 files changed, 15 insertions, 2 deletions
diff --git a/sysutils/mtools/Makefile b/sysutils/mtools/Makefile index 01874342028..97c0e4b13df 100644 --- a/sysutils/mtools/Makefile +++ b/sysutils/mtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.50 2012/08/08 08:46:27 is Exp $ +# $NetBSD: Makefile,v 1.51 2012/08/10 14:59:58 is Exp $ DISTNAME= mtools-4.0.17 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://www.mtools.linux.lu/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/mtools/patches/patch-llong.h b/sysutils/mtools/patches/patch-llong.h new file mode 100644 index 00000000000..c05f7458980 --- /dev/null +++ b/sysutils/mtools/patches/patch-llong.h @@ -0,0 +1,13 @@ +$NetBSD: patch-llong.h,v 1.1 2012/08/10 14:59:58 is Exp $ + +--- llong.h.orig 2010-10-03 16:00:42.000000000 +0000 ++++ llong.h +@@ -25,7 +25,7 @@ + /* if off_t is already 64 bits, be happy, and don't worry about the + * loff_t and llseek stuff */ + #define MT_OFF_T off_t +-#define MT_SIZE_T size_t ++#define MT_SIZE_T off_t + #endif + + #ifndef MT_OFF_T |