public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/icmake/files: icmake-7.20.00-ar.patch
@ 2013-06-09  9:48 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-06-09  9:48 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/06/09 09:48:39

  Added:                icmake-7.20.00-ar.patch
  Log:
  Initial import.
  
  (Portage version: 2.2.0_alpha178/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.1                  dev-util/icmake/files/icmake-7.20.00-ar.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icmake/files/icmake-7.20.00-ar.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/icmake/files/icmake-7.20.00-ar.patch?rev=1.1&content-type=text/plain

Index: icmake-7.20.00-ar.patch
===================================================================
--- icmake-7.20.00/icm_bootstrap
+++ icmake-7.20.00/icm_bootstrap
@@ -31,12 +31,13 @@
 
 if [ "${CFLAGS}" == "" ] ; then CFLAGS="-Wall -O2 -g"; fi
 if [ "${CC}" == "" ] ; then CC="gcc"; fi
+if [ "${AR}" == "" ] ; then AR="ar"; fi
   
 echo Creating tmp/libicrss.a
 
 try cd rss
 try ${CC} -c ${CFLAGS} ${GLB} *.c
-try ar rs ../tmp/libicrss.a *.o
+try ${AR} rs ../tmp/libicrss.a *.o
 rm *.o
 cd ..
 





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

only message in thread, other threads:[~2013-06-09  9:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09  9:48 [gentoo-commits] gentoo-x86 commit in dev-util/icmake/files: icmake-7.20.00-ar.patch Tim Harder (radhermit)

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