blob: 95ed0d73d56a15a940416b968a8158dccbd6e7e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-aa,v 1.4 2003/09/24 13:47:35 tron Exp $
--- 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)
-
-/* InstallAppDefaults(Oneko) */
+SimpleProgramTarget(oneko)
|