wok diff parted/receipt @ rev 17764

epdf: hide false positive
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 12 09:36:28 2015 +0100 (2015-03-12)
parents f498b54a20cd
children 87ab725ce92e
line diff
     1.1 --- a/parted/receipt	Tue Apr 15 04:46:37 2014 +0200
     1.2 +++ b/parted/receipt	Thu Mar 12 09:36:28 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="parted"
     1.7 -VERSION="3.1"
     1.8 +VERSION="3.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GNU parted partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -17,6 +17,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	patch -p1 < $stuff/device_mapper.u
    1.17  	grep -qs 'define u8' libparted/arch/linux.c ||
    1.18  	sed -i 's|#include <scsi/scsi.h>|#define u8 __u8\n&|' \
    1.19  		libparted/arch/linux.c