aa7364138f
that was an older workaround to the same GCC/alpha bug that is now superseded by simply requiring gcc>=3.0.
11 lines
347 B
Text
11 lines
347 B
Text
$NetBSD: patch-aa,v 1.5 2004/12/15 17:13:17 jlam Exp $
|
|
|
|
--- Makefile.in.orig Wed Jan 22 10:00:38 2003
|
|
+++ Makefile.in Sun Feb 9 18:09:08 2003
|
|
@@ -30,5 +30,5 @@
|
|
DEBUG = @DEBUG@
|
|
CFLAG = @E_CFLAGS@
|
|
-COPTS = -I. -Isrc/include @COPTS@ @GTK_CFLAGS@
|
|
+COPTS = -I. -Isrc/include -I${prefix}/include @COPTS@ @GTK_CFLAGS@
|
|
|
|
PROG = @PROG@
|