public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/xdvik/files: xdvik-22.85-mksedscript.patch
@ 2012-04-03 12:03 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2012-04-03 12:03 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/03 12:03:24

  Added:                xdvik-22.85-mksedscript.patch
  Log:
  version bump
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/xdvik/files/xdvik-22.85-mksedscript.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/files/xdvik-22.85-mksedscript.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/files/xdvik-22.85-mksedscript.patch?rev=1.1&content-type=text/plain

Index: xdvik-22.85-mksedscript.patch
===================================================================
Index: texk/xdvik/mksedscript
===================================================================
--- texk/xdvik/mksedscript	(revision 25824)
+++ texk/xdvik/mksedscript	(revision 25826)
@@ -43,7 +43,9 @@
 
 # Get arguments from c-auto.h
 
-eval "`awk '/^#define/ { print "mk_"$2"="$3 }' c-auto.h`"
+eval "`awk '/^#define/ { printf "mk_%s=%s", $2, $3
+  for (i = 4; i <= NF; i++) printf " %s", $i
+  print "" }' c-auto.h`"
 
 # eval "`cat c-auto.h \
 #   | grep '^[ 	]*#[ 	]*define[ 	]' \






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

only message in thread, other threads:[~2012-04-03 12:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 12:03 [gentoo-commits] gentoo-x86 commit in app-text/xdvik/files: xdvik-22.85-mksedscript.patch Alexis Ballier (aballier)

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