3c3d4511a0
Problem reported by Robert Elz in pkg/14859, including patch.
22 lines
709 B
Text
22 lines
709 B
Text
$NetBSD: patch-aa,v 1.3 2001/12/11 14:49:51 wiz Exp $
|
|
|
|
--- Imakefile.orig Wed Jul 24 21:48:27 1996
|
|
+++ Imakefile
|
|
@@ -8,7 +8,7 @@
|
|
XCOMM optimization on your version, but if it doesn't work, a compiler bug
|
|
XCOMM might be the reason...
|
|
|
|
-XCOMM CXX = gcc -g
|
|
+CXX = gcc -O5 -I${X11BASE}/include
|
|
|
|
XCOMM On some machines (like on linux) you can gain speed by using the
|
|
XCOMM MIT-SHM extension for transfering images to the server via shared
|
|
@@ -27,7 +27,7 @@
|
|
|
|
XCOMM which default file should be loaded if no option is set
|
|
|
|
- JIG_DEFAULT = \"tina.gif\"
|
|
+ JIG_DEFAULT = \"${PREFIX}/lib/xjig/tina.gif\"
|
|
|
|
XCOMM #######################################################################
|
|
|