diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-15 22:43:31 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-21 23:52:41 -0600 |
commit | 86307dad2ce27de25c8ab2ad48481029c125a18d (patch) | |
tree | c83fb210db5d9cf6e247bf5036dfdd037fe779d5 /system/gnu-fdisk/gnu-fdisk.info | |
parent | 099bba9e528c4d6a267f4006cc5997041077431e (diff) |
system/gnu-fdisk: Removed (build failure)
fdisk.c: In function 'do_mkpart':
fdisk.c:725:45: error: 'PedFileSystemOps' has no member named 'create'
if (!compat_mode && fs_type && fs_type->ops->create &&
^
fdisk.c: In function 'do_resize':
fdisk.c:1564:26: error: 'PedFileSystemOps' has no member named 'resize'
if (!part->fs_type->ops->resize) {
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/gnu-fdisk/gnu-fdisk.info')
-rw-r--r-- | system/gnu-fdisk/gnu-fdisk.info | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/system/gnu-fdisk/gnu-fdisk.info b/system/gnu-fdisk/gnu-fdisk.info deleted file mode 100644 index adce77563aa4c..0000000000000 --- a/system/gnu-fdisk/gnu-fdisk.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="gnu-fdisk" -VERSION="1.2.5" -HOMEPAGE="http://www.gnu.org/software/fdisk/" -DOWNLOAD="ftp://ftp.gnu.org/gnu/fdisk/fdisk-1.2.5.tar.bz2" -MD5SUM="1a9fb5a5fadd85421364ef7b1cde0fe5" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="crocket" -EMAIL="crockabiscuit@gmail.com" |