summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-17 09:15:07 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-17 09:15:07 +0000
commitb69f3e5506e30ad69cc6d7ad689198e59a62eb64 (patch)
treea34dd4f555fff40e2137e3e5594e0bd720a2acb8 /net-proxy/squirm
parentVersion bump wrt #442108 by "grey dot" (diff)
downloadgentoo-2-b69f3e5506e30ad69cc6d7ad689198e59a62eb64.tar.gz
gentoo-2-b69f3e5506e30ad69cc6d7ad689198e59a62eb64.tar.bz2
gentoo-2-b69f3e5506e30ad69cc6d7ad689198e59a62eb64.zip
Fix patch for respecting CFLAGS, wrt bug #447568. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-proxy/squirm')
-rw-r--r--net-proxy/squirm/ChangeLog7
-rw-r--r--net-proxy/squirm/files/squirm-1.26-gentoo.patch6
2 files changed, 9 insertions, 4 deletions
diff --git a/net-proxy/squirm/ChangeLog b/net-proxy/squirm/ChangeLog
index 80c09fb2de8c..18c86d00f9c7 100644
--- a/net-proxy/squirm/ChangeLog
+++ b/net-proxy/squirm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-proxy/squirm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/ChangeLog,v 1.9 2012/12/17 08:27:30 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/squirm/ChangeLog,v 1.10 2012/12/17 09:15:07 pinkbyte Exp $
+
+ 17 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
+ files/squirm-1.26-gentoo.patch:
+ Fix patch for respecting CFLAGS, wrt bug #447568. Thanks to Agostino Sarubbo
+ for discovering this issue
*squirm-1.26-r1 (17 Dec 2012)
diff --git a/net-proxy/squirm/files/squirm-1.26-gentoo.patch b/net-proxy/squirm/files/squirm-1.26-gentoo.patch
index b1109bafd23e..bf70759caa4b 100644
--- a/net-proxy/squirm/files/squirm-1.26-gentoo.patch
+++ b/net-proxy/squirm/files/squirm-1.26-gentoo.patch
@@ -2,7 +2,7 @@ diff -Nru squirm-1.26.orig/Makefile squirm-1.26/Makefile
--- squirm-1.26.orig/Makefile 2005-08-19 09:31:06.000000000 +0200
+++ squirm-1.26/Makefile 2009-06-20 14:58:18.000000000 +0200
@@ -1,7 +1,7 @@
- # $Id: squirm-1.26-gentoo.patch,v 1.1 2009/06/20 13:15:30 mrness Exp $
+ # $Id: squirm-1.26-gentoo.patch,v 1.2 2012/12/17 09:15:07 pinkbyte Exp $
# The path to install squirm under
-PREFIX=/usr/local/squirm
@@ -15,11 +15,11 @@ diff -Nru squirm-1.26.orig/Makefile squirm-1.26/Makefile
-OPTIMISATION=-O3
-+OPTIMISATION=-g
++OPTIMISATION=
BINARIES = squirm
-CFLAGS = -O3 -Wall -funroll-loops -DPREFIX=\"$(PREFIX)\"
-+CFLAGS=-g -DPREFIX=\"$(PREFIX)\"
++CFLAGS += -DPREFIX=\"$(PREFIX)\"
#CFLAGS = -Wall -g -DPREFIX=\"$(PREFIX)\"
#CFLAGS = -Wall -g -DDEBUG