diff options
author | tron <tron@pkgsrc.org> | 1999-05-09 20:08:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-09 20:08:15 +0000 |
commit | 9ce511fa5c4a137ffaa0ca8bb62c9c1d4c148595 (patch) | |
tree | 01ccff2fd3df4cd2481200eeadf859fd2adda8d7 /graphics | |
parent | 096d8e5dff93c365db9861a1c108dde2ff3f9aeb (diff) | |
download | pkgsrc-9ce511fa5c4a137ffaa0ca8bb62c9c1d4c148595.tar.gz |
Turn of optimization on "arm32" until egcs gets fixed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/patches/patch-af | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/graphics/xpaint/patches/patch-af b/graphics/xpaint/patches/patch-af index 23bc3900554..9c11b04d559 100644 --- a/graphics/xpaint/patches/patch-af +++ b/graphics/xpaint/patches/patch-af @@ -1,10 +1,20 @@ -$NetBSD: patch-af,v 1.1 1999/05/09 18:47:22 tron Exp $ +$NetBSD: patch-af,v 1.2 1999/05/09 20:08:15 tron Exp $ ---- Local.config.orig Wed Aug 13 19:36:11 1997 -+++ Local.config Wed Feb 4 17:44:44 1998 -@@ -130,9 +130,11 @@ - #if defined(FreeBSDArchitecture) || defined(NetBSDArchitecture) || \ - defined(BSD386Architecture) +--- Local.config.orig Sat Jun 27 20:43:56 1998 ++++ Local.config Sun May 9 20:55:21 1999 +@@ -39,6 +39,9 @@ + + #ifdef NetBSDArchitecture + ARCH_DEFINES = -DHAVE_PARAM_H ++#ifdef arm32Architecture ++CDEBUGFLAGS = ++#endif + #endif + + #ifdef OS2Architecture +@@ -133,11 +136,13 @@ + + #if defined(NetBSDArchitecture) || defined(BSD386Architecture) ARCH_DEFINES = -DHAVE_PARAM_H -TIFF_INCLUDE = -I/usr/local/include -TIFF_LIB = -L/usr/local/lib -ltiff @@ -19,3 +29,5 @@ $NetBSD: patch-af,v 1.1 1999/05/09 18:47:22 tron Exp $ +PNG_LIB = -L${LOCALBASE}/lib -lpng -lz +XPM_INCLUDE = -I${X11BASE}/include/X11 #endif + + #if defined(FreeBSDArchitecture) |