public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-filter/dcc/files: dcc-1.3.140-configure-fix.patch
@ 2011-10-24 21:38 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2011-10-24 21:38 UTC (permalink / raw
  To: gentoo-commits

robbat2     11/10/24 21:38:45

  Added:                dcc-1.3.140-configure-fix.patch
  Log:
  Bug #388383: USE=-cgi installed the cgi files anyway, in /no/ due to bug in upstream configure.
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/dcc/files/dcc-1.3.140-configure-fix.patch?rev=1.1&content-type=text/plain

Index: dcc-1.3.140-configure-fix.patch
===================================================================
Avoid installing into /no/.

Signed-off-by: Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org>
X-Gentoo-Bug: 388383
X-Gentoo-Bug-URL: https://bugs.gentoo.org/388383

--- dcc-1.3.140/configure
+++ dcc-1.3.140/configure
@@ -3256,7 +3256,7 @@
   withval="$with_cgibin"
   :
 fi
-if test -n "$with_cgibin" -a "$with_cgi_bin" != no; then
+if test -n "$with_cgibin" -a "$with_cgibin" != no; then
     cgibin="$with_cgibin"
 fi
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-24 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-24 21:38 [gentoo-commits] gentoo-x86 commit in mail-filter/dcc/files: dcc-1.3.140-configure-fix.patch Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox