public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/fvwm/files: fvwm-2.6.5-ar.patch
@ 2013-10-12  7:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2013-10-12  7:23 UTC (permalink / raw
  To: gentoo-commits

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 =





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

only message in thread, other threads:[~2013-10-12  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12  7:23 [gentoo-commits] gentoo-x86 commit in x11-wm/fvwm/files: fvwm-2.6.5-ar.patch Pacho Ramos (pacho)

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