diff options
author | jmz <jmz@FreeBSD.org> | 2003-08-09 07:48:33 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2003-08-09 07:48:33 +0800 |
commit | 3ecc6fad8ca3dcf69905c46db7a4577d0cfb19f4 (patch) | |
tree | b197c73176746853bd16fa05978633ba5cca10d6 /x11 | |
parent | cee704e751078ea9d9bed4f73d708c03751c2159 (diff) | |
download | freebsd-ports-gnome-3ecc6fad8ca3dcf69905c46db7a4577d0cfb19f4.tar.gz freebsd-ports-gnome-3ecc6fad8ca3dcf69905c46db7a4577d0cfb19f4.tar.zst freebsd-ports-gnome-3ecc6fad8ca3dcf69905c46db7a4577d0cfb19f4.zip |
Fix build on -current.
PR: ports/55350
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xkeycaps/files/patch-2 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xkeycaps/files/patch-2 b/x11/xkeycaps/files/patch-2 new file mode 100644 index 000000000000..ee5b5e54bdd7 --- /dev/null +++ b/x11/xkeycaps/files/patch-2 @@ -0,0 +1,26 @@ +--- Imakefile.orig Thu Aug 7 15:15:07 2003 ++++ Imakefile Thu Aug 7 15:23:35 2003 +@@ -1,5 +1,7 @@ +-/**/# Imakefile for xkeycaps; +-/**/# Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. ++/* ++ * Imakefile for xkeycaps; ++ * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. ++ */ + + /* + * To specify a different default keyboard (for when the vendor display +@@ -353,9 +355,10 @@ + TAR = tar + COMPRESS = compress + COMPRESS_EXT = Z +-/**/# COMPRESS = gzip --verbose --best +-/**/# COMPRESS_EXT = gz +- ++/* ++ * COMPRESS = gzip --verbose --best ++ * COMPRESS_EXT = gz ++ */ + ComplexProgramTarget(xkeycaps) + + all-kbds.o: kbddef.h $(KBDIR)/all-kbds.h $(ALL_KBDS) |