From 6ef97e126f2339bdf5425e2d25c9484469b164c4 Mon Sep 17 00:00:00 2001 From: naddy Date: Sun, 25 Jan 2004 23:04:34 +0000 Subject: [PATCH] fix for gcc3 --- x11/xkeycaps/patches/patch-Imakefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 x11/xkeycaps/patches/patch-Imakefile diff --git a/x11/xkeycaps/patches/patch-Imakefile b/x11/xkeycaps/patches/patch-Imakefile new file mode 100644 index 00000000000..7010db8524a --- /dev/null +++ b/x11/xkeycaps/patches/patch-Imakefile @@ -0,0 +1,22 @@ +$OpenBSD: patch-Imakefile,v 1.1 2004/01/25 23:04:34 naddy Exp $ +--- Imakefile.orig 2004-01-25 23:28:50.000000000 +0100 ++++ Imakefile 2004-01-25 23:29:54.000000000 +0100 +@@ -1,5 +1,5 @@ +-/**/# Imakefile for xkeycaps; +-/**/# Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. ++XCOMM Imakefile for xkeycaps; ++XCOMM Copyright (c) 1991, 1992, 1993, 1994, 1995, 1999 Jamie Zawinski. + + /* + * To specify a different default keyboard (for when the vendor display +@@ -353,8 +353,8 @@ LOCAL_LIBRARIES = $(XAWLIB) $(XTOOLLIB) + TAR = tar + COMPRESS = compress + COMPRESS_EXT = Z +-/**/# COMPRESS = gzip --verbose --best +-/**/# COMPRESS_EXT = gz ++XCOMM COMPRESS = gzip --verbose --best ++XCOMM COMPRESS_EXT = gz + + ComplexProgramTarget(xkeycaps) +