aboutsummaryrefslogtreecommitdiff
path: root/x11/xdm/files/patch-config-Makefile.in
blob: 9a59bfc79d9b5f275191f1d0fce8338e534f0d1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config/Makefile.in.orig	2012-09-27 10:37:59.000000000 +0200
+++ config/Makefile.in	2012-09-27 10:38:41.000000000 +0200
@@ -296,7 +296,7 @@
 # output lines with trailing backslashes.
 # Allow XHASH to always be substituted, even in cases where XCOMM isn't.
 CPP_SED_MAGIC = $(SED) -e '/^\#  *[0-9][0-9]*  *.*$$/d' \
-                       -e '/^\#line  *[0-9][0-9]*  *.*$$/d' \
+                       -e '/^$$/d' \
                        -e '/^[         ]*XCOMM$$/s/XCOMM/\#/' \
                        -e '/^[         ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/\#/' \
                        -e '/^[         ]*XHASH/s/XHASH/\#/' \