diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-06-25 20:42:56 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-06-25 20:42:56 +0000 |
commit | adcecfc7103f176eb884ad8ff8a021a585e9bd7e (patch) | |
tree | 4e42e82a0d3041849782f55e78f63bc364887250 /net-proxy/dante | |
parent | Removed 15 second wait and warning message using unspeakable means. (diff) | |
download | gentoo-2-adcecfc7103f176eb884ad8ff8a021a585e9bd7e.tar.gz gentoo-2-adcecfc7103f176eb884ad8ff8a021a585e9bd7e.tar.bz2 gentoo-2-adcecfc7103f176eb884ad8ff8a021a585e9bd7e.zip |
Remove AC_AIX from configure.ac (#229337).
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-proxy/dante')
-rw-r--r-- | net-proxy/dante/ChangeLog | 6 | ||||
-rw-r--r-- | net-proxy/dante/files/dante-1.1.19-libpam.patch | 19 |
2 files changed, 19 insertions, 6 deletions
diff --git a/net-proxy/dante/ChangeLog b/net-proxy/dante/ChangeLog index b8fa940367b3..d64c12727453 100644 --- a/net-proxy/dante/ChangeLog +++ b/net-proxy/dante/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-proxy/dante # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.42 2008/06/24 20:59:04 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/dante/ChangeLog,v 1.43 2008/06/25 20:42:56 mrness Exp $ + + 25 Jun 2008; Alin Năstac <mrness@gentoo.org> + files/dante-1.1.19-libpam.patch: + Remove AC_AIX from configure.ac (#229337). *dante-1.1.19-r2 (24 Jun 2008) diff --git a/net-proxy/dante/files/dante-1.1.19-libpam.patch b/net-proxy/dante/files/dante-1.1.19-libpam.patch index f4e7179b55e2..87511ca4f7d4 100644 --- a/net-proxy/dante/files/dante-1.1.19-libpam.patch +++ b/net-proxy/dante/files/dante-1.1.19-libpam.patch @@ -1,6 +1,6 @@ diff -Nru dante-1.1.19.orig/acinclude.m4 dante-1.1.19/acinclude.m4 --- dante-1.1.19.orig/acinclude.m4 2005-12-18 21:57:57.000000000 +0100 -+++ dante-1.1.19/acinclude.m4 2008-06-24 22:37:05.000000000 +0200 ++++ dante-1.1.19/acinclude.m4 2008-06-25 22:24:16.000000000 +0200 @@ -260,4 +260,4 @@ tproto($@)]) @@ -9,8 +9,17 @@ diff -Nru dante-1.1.19.orig/acinclude.m4 dante-1.1.19/acinclude.m4 \ No newline at end of file +# -- acinclude end -- diff -Nru dante-1.1.19.orig/configure.ac dante-1.1.19/configure.ac ---- dante-1.1.19.orig/configure.ac 2008-06-24 22:36:55.000000000 +0200 -+++ dante-1.1.19/configure.ac 2008-06-24 22:36:12.000000000 +0200 +--- dante-1.1.19.orig/configure.ac 2006-01-15 16:33:37.000000000 +0100 ++++ dante-1.1.19/configure.ac 2008-06-25 22:25:09.000000000 +0200 +@@ -21,7 +21,7 @@ + #NOTE: save CFLAGS; wish to compile without -O2 when debugging + oCFLAGS=$CFLAGS + unset CFLAGS +-AC_AIX #evidently also modifies CFLAGS ++#AC_AIX #evidently also modifies CFLAGS + AC_PROG_LIBTOOL + autoconf_compflags=$CFLAGS + CFLAGS=$oCFLAGS @@ -1288,15 +1288,18 @@ [ --without-pam disable pam support @<:@default=detect@:>@], [PAM=$withval]) @@ -32,8 +41,8 @@ diff -Nru dante-1.1.19.orig/configure.ac dante-1.1.19/configure.ac #expected select behaviour? unset nb_select_err diff -Nru dante-1.1.19.orig/sockd/Makefile.am dante-1.1.19/sockd/Makefile.am ---- dante-1.1.19.orig/sockd/Makefile.am 2008-06-24 22:36:55.000000000 +0200 -+++ dante-1.1.19/sockd/Makefile.am 2008-06-24 22:36:12.000000000 +0200 +--- dante-1.1.19.orig/sockd/Makefile.am 2005-11-06 18:37:14.000000000 +0100 ++++ dante-1.1.19/sockd/Makefile.am 2008-06-25 22:24:16.000000000 +0200 @@ -35,9 +35,9 @@ #XXXhack |