[Lunar-commits] <moonbase-other> partimage: Adding a gentoo patch fix a zlib related build error.
Dennis Veatch
stumbles at lunar-linux.org
Tue Oct 2 02:46:57 CEST 2012
commit 48ac220895f7c0a0fbbb5d52be848e2d3f847097
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Mon, 01 Oct 2012 17:46:57 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/48ac220895f7c0a0fbbb5d52be848e2d3f847097
partimage: Adding a gentoo patch fix a zlib related build error.
---
filesys/partimage/BUILD | +2/-0
filesys/partimage/DETAILS | +3/-0
2 files changed, 5 insertions(+)
--- a/filesys/partimage/BUILD
+++ b/filesys/partimage/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 0 &&
+
# Fixes compilation error:
# net.h:31:22: error: iostream.h: No such file or directory
sedit "s:iostream.h:iostream:" src/shared/net.h src/server/partimaged.cpp src/server/partimaged-main.cpp &&
--- a/filesys/partimage/DETAILS
+++ b/filesys/partimage/DETAILS
@@ -1,8 +1,11 @@
MODULE=partimage
VERSION=0.6.9
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=partimage-0.6.9-zlib-1.2.5.2.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-block/partimage/files/
SOURCE_VFY=sha1:3b9804b2289d7876835042a144d5fd1949aef1a4
+ SOURCE2_VFY=sha1:e5007cfd7bdd7486a6d79305ee0c4cb61adfd6a1
WEB_SITE=http://www.partimage.org
ENTERED=20040226
UPDATED=20101106
More information about the Lunar-commits
mailing list