summaryrefslogtreecommitdiff
path: root/graphics/xpaint
diff options
context:
space:
mode:
authortron <tron>1999-05-09 20:08:15 +0000
committertron <tron>1999-05-09 20:08:15 +0000
commit51242426897bca3d41b9697eba90787bf0a33643 (patch)
tree01ccff2fd3df4cd2481200eeadf859fd2adda8d7 /graphics/xpaint
parentc3cffca9b08888f34df9f9b6d0a390c23af9890a (diff)
downloadpkgsrc-51242426897bca3d41b9697eba90787bf0a33643.tar.gz
Turn of optimization on "arm32" until egcs gets fixed.
Diffstat (limited to 'graphics/xpaint')
-rw-r--r--graphics/xpaint/patches/patch-af24
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)