1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11/xdm/files/patch-config-Makefile.in
Kurt Jaeger 9c9536deee x11/xdm: Use MIT-MAGIC-COOKIE-1 by default
- It is more useful that way
- pet portlint for the patches

PR:		211624
MFH:		2016Q3
Submitted by:	Tobias Kortkamp <t@tobik.me>
2016-08-26 13:57:13 +00:00

12 lines
612 B
Plaintext

--- config/Makefile.in.orig 2011-09-25 07:42:16 UTC
+++ config/Makefile.in
@@ -296,7 +296,7 @@ WCHAR32_FLAGS = -DWCHAR32=@WCHAR32@
# 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/\#/' \