public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/fvwm/files: fvwm-2.6.5-ar.patch
Date: Sat, 12 Oct 2013 07:23:28 +0000 (UTC)	[thread overview]
Message-ID: <20131012072328.B97C42004C@flycatcher.gentoo.org> (raw)

pacho       13/10/12 07:23:28

  Added:                fvwm-2.6.5-ar.patch
  Log:
  Respect AR (#474528 by Michael Mair-Keimberger (iamnr3)), drop old
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.1                  x11-wm/fvwm/files/fvwm-2.6.5-ar.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fvwm/files/fvwm-2.6.5-ar.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/fvwm/files/fvwm-2.6.5-ar.patch?rev=1.1&content-type=text/plain

Index: fvwm-2.6.5-ar.patch
===================================================================
--- configure.ac	2012-04-20 12:58:29.000000000 +0200
+++ configure_new.ac	2013-07-21 18:26:17.513904607 +0200
@@ -209,6 +209,10 @@
 # optional libraries.
 AC_PROG_CC
 AC_PROG_CPP
+AN_MAKEVAR([AR], [AC_PROG_AR])
+AN_PROGRAM([ar], [AC_PROG_AR])
+AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL(AR, ar, :)])
+AC_PROG_AR
 
 # added -Wall for gcc, what about for others?
 if test "x$GCC" = "xyes"; then
--- libs/Makefile.in	2012-04-20 13:03:55.000000000 +0200
+++ libs/Makefile_new.in	2013-07-21 18:27:17.443992505 +0200
@@ -48,7 +48,7 @@
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LIBRARIES = $(noinst_LIBRARIES)
-AR = ar
+AR = @AR@
 ARFLAGS = cru
 libfvwm_a_AR = $(AR) $(ARFLAGS)
 libfvwm_a_DEPENDENCIES = @LIBOBJS@ @ALLOCA@
--- modules/FvwmScript/Widgets/Makefile.in	2012-04-20 13:03:56.000000000 +0200
+++ modules/FvwmScript/Widgets/Makefile_new.in	2013-07-21 18:27:23.844001892 +0200
@@ -46,7 +46,7 @@
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 LIBRARIES = $(noinst_LIBRARIES)
-AR = ar
+AR = @AR@
 ARFLAGS = cru
 libWidgets_a_AR = $(AR) $(ARFLAGS)
 libWidgets_a_LIBADD =





                 reply	other threads:[~2013-10-12  7:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131012072328.B97C42004C@flycatcher.gentoo.org \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox