openbsd-ports/graphics/xpaint/patches/patch-rw_Imakefile
jasper 5ef186da0f - fix build on mips64
- switch to REVISION (w/o actually bumping it as the package doesn't change for !mips64)
2010-08-23 17:25:47 +00:00

13 lines
397 B
Plaintext

$OpenBSD: patch-rw_Imakefile,v 1.1 2010/08/23 17:25:47 jasper Exp $
--- rw/Imakefile.orig Mon Aug 23 18:39:05 2010
+++ rw/Imakefile Mon Aug 23 18:39:09 2010
@@ -34,7 +34,7 @@ XPM_SRC = readWriteXPM.c
XPM_OBJ = readWriteXPM.o
SGI_SRC = readWriteSGI.c
-#ifdef SGIArchitecture
+#if defined(SGIArchitecture) && !defined(OpenBSDArchitecture)
SGI_OBJ = readWriteSGI.o
SGI_DEF = -DHAVE_SGI
#endif