diff options
author | tron <tron@pkgsrc.org> | 2003-09-24 13:43:48 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-24 13:43:48 +0000 |
commit | 765a937f4a18d195f22f965a6ef9b762fd4fa197 (patch) | |
tree | a308c9c3186398600c1dadde2121e032c58a13f2 /x11/oneko/patches | |
parent | 8a36705cbf607416d3fb8262af81c0d7d0129f9a (diff) | |
download | pkgsrc-765a937f4a18d195f22f965a6ef9b762fd4fa197.tar.gz |
Fix various botches in the "Imakefile" which e.g. caused a build failure
with GCC 3.3.1's preprocessor.
Diffstat (limited to 'x11/oneko/patches')
-rw-r--r-- | x11/oneko/patches/patch-aa | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/x11/oneko/patches/patch-aa b/x11/oneko/patches/patch-aa index 28e7294dda3..b8385330ef4 100644 --- a/x11/oneko/patches/patch-aa +++ b/x11/oneko/patches/patch-aa @@ -1,11 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2000/05/18 22:51:42 itohy Exp $ +$NetBSD: patch-aa,v 1.3 2003/09/24 13:43:49 tron Exp $ ---- Imakefile.orig Wed May 17 18:53:54 2000 -+++ Imakefile Wed May 17 18:57:22 2000 -@@ -7,5 +7,4 @@ +--- Imakefile.orig 2003-09-24 15:36:18.000000000 +0200 ++++ Imakefile 2003-09-24 15:41:39.000000000 +0200 +@@ -1,11 +1,6 @@ +-/**/# Cannot compile in using Gcc +- CC = cc +- + SYS_LIBRARIES = MathLibrary + LOCAL_LIBRARIES = $(XLIB) + DEPLIBS = $(DEPXLIB) DEFINES = -DSHAPE - SimpleProgramTarget(oneko) +-SimpleProgramTarget(oneko) - -/* InstallAppDefaults(Oneko) */ -+InstallManPage(oneko,$(MANDIR)) ++SimpleProgramTarget_7(oneko) |