You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/xdvik/files/xdvik-22.85-mksedscript.patch

16 lines
488 B

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[ ]' \