summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-07 11:38:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-04-07 11:38:36 +0000
commit3dadc826d6a45315ed3079f05d9441b6014a2c59 (patch)
treedf7bd6399b3b3be36574b353159d520095d888f7
parentMarked ~x86-solaris (diff)
downloadgentoo-2-3dadc826d6a45315ed3079f05d9441b6014a2c59.tar.gz
gentoo-2-3dadc826d6a45315ed3079f05d9441b6014a2c59.tar.bz2
gentoo-2-3dadc826d6a45315ed3079f05d9441b6014a2c59.zip
Unbreak package after darwin patch broke it.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--dev-util/httpup/ChangeLog6
-rw-r--r--dev-util/httpup/files/httpup-0.3.2-gcc43.patch3
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-util/httpup/ChangeLog b/dev-util/httpup/ChangeLog
index 3dd6cc1acf63..7bd8aa750370 100644
--- a/dev-util/httpup/ChangeLog
+++ b/dev-util/httpup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/httpup
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.7 2010/02/21 01:29:43 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/httpup/ChangeLog,v 1.8 2010/04/07 11:38:36 flameeyes Exp $
+
+ 07 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/httpup-0.3.2-gcc43.patch:
+ Unbreak package after darwin patch broke it.
21 Feb 2010; Jonathan Callen <abcd@gentoo.org> httpup-0.3.2.ebuild,
+files/httpup-0.3.2-darwin.patch:
diff --git a/dev-util/httpup/files/httpup-0.3.2-gcc43.patch b/dev-util/httpup/files/httpup-0.3.2-gcc43.patch
index 29053ef3b17e..5df79cb0c425 100644
--- a/dev-util/httpup/files/httpup-0.3.2-gcc43.patch
+++ b/dev-util/httpup/files/httpup-0.3.2-gcc43.patch
@@ -16,12 +16,13 @@ diff -NrU5 httpup-0.3.2.orig/configparser.cpp httpup-0.3.2/configparser.cpp
diff -NrU5 httpup-0.3.2.orig/httpup.cpp httpup-0.3.2/httpup.cpp
--- httpup-0.3.2.orig/httpup.cpp 2008-06-20 15:59:35.000000000 +0200
+++ httpup-0.3.2/httpup.cpp 2008-06-20 15:59:43.000000000 +0200
-@@ -13,10 +13,12 @@
+@@ -13,11 +13,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
+ #include <libgen.h>
+#include <cstring>
+#include <cstdlib>