Fix various botches in the "Imakefile" which e.g. caused a build failure

with GCC 3.3.1's preprocessor.
This commit is contained in:
tron 2003-09-24 13:43:48 +00:00
parent 8a36705cbf
commit 765a937f4a
2 changed files with 14 additions and 8 deletions

View file

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.3 2002/05/26 01:05:16 wiz Exp $
$NetBSD: distinfo,v 1.4 2003/09/24 13:43:48 tron Exp $
SHA1 (oneko-1.1b.tar.gz) = b7c924dbcc28565e7bfa05cbfdcf8a98085bfd2d
Size (oneko-1.1b.tar.gz) = 47714 bytes
SHA1 (oneko-1.2.diff.gz) = 0594737a32d0a0d32c9261ed7f38165818ad593b
Size (oneko-1.2.diff.gz) = 12637 bytes
SHA1 (patch-aa) = 7cc5eab94dd0a11d8a1400a50164b2d58ced5ecd
SHA1 (patch-aa) = 25af6f51aa5490f13ea8794a9f2e6556c4aa8c21
SHA1 (patch-ab) = 8f2e9bbb490e47094bd934f8b4badea94daed795

View file

@ -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)