public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.0-configure.patch
@ 2010-03-06 22:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-03-06 22:52 UTC (permalink / raw
  To: gentoo-commits

vapier      10/03/06 22:52:35

  Added:                bash-4.0-configure.patch
  Log:
  Avoid autotool depends #304901 by Kevin Morgan.
  (Portage version: 2.2_rc65/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-shells/bash/files/bash-4.0-configure.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-configure.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/bash/files/bash-4.0-configure.patch?rev=1.1&content-type=text/plain

Index: bash-4.0-configure.patch
===================================================================
http://bugs.gentoo.org/304901

newer patches touch configure ... we don't want autotool deps, so update
the files ourselves

--- bash-4.0/configure
+++ bash-4.0/configure
@@ -5806,7 +5806,7 @@
 		# static version specified as -llibname to override the
 		# dynamic version
 		case "${host_os}" in
-		darwin[89]*)	READLINE_LIB='${READLINE_LIBRARY}' ;;
+ 		darwin[89]*|darwin10*) READLINE_LIB='${READLINE_LIBRARY}' ;;
 		*)		READLINE_LIB=-lreadline ;;
 		esac
 	fi
@@ -5847,7 +5847,7 @@
 		# static version specified as -llibname to override the
 		# dynamic version
 		case "${host_os}" in
-		darwin[89]*)	HISTORY_LIB='${HISTORY_LIBRARY}' ;;
+ 		darwin[89]*|darwin10*) HISTORY_LIB='${HISTORY_LIBRARY}' ;;
 		*)		HISTORY_LIB=-lhistory ;;
 		esac
 	fi






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

only message in thread, other threads:[~2010-03-06 22:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-06 22:52 [gentoo-commits] gentoo-x86 commit in app-shells/bash/files: bash-4.0-configure.patch Mike Frysinger (vapier)

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