pkgsrc/graphics/xpaint/patches/patch-aa
hubertf 8b90bab821 Update to 2.6.1. Changes:
* graphic.c:
	  If the user tries to print a file that has never been saved, complain.
	* README: Updated maintainer info.
	* README: Updated URL for libraries.
	  Describe use of Print option.
	* Help.txt:
	  Document 'Spline Curve', 'Clone Region', 'Print', and 'Refresh'.
	* snapshot.c: Introduced new "Snapshot" operation (grabbing a
          window or mouse-selected rectangle from screen)
	* Help.txt: updated Help file accordingly
	* graphic.c: Introduced a "Clone region" function
	* splineOP.c: created basic spline curve operations
	* rw/writeTIFF.c: Bug fix; writing TIFF was broken for depth > 8.
	* operation.c: Reorganized order of icons in main control panel
        * graphic.c: Added a "Print" option in the file menu, to the effect
          of calling an external printing utility (xv is a good candidate)
2001-03-30 21:44:48 +00:00

13 lines
507 B
Text

$NetBSD: patch-aa,v 1.4 2001/03/30 21:44:49 hubertf Exp $
--- misc.h.orig Mon Oct 2 22:56:30 2000
+++ misc.h
@@ -23,7 +23,7 @@
long random(void);
#endif
-#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__)
+#if !defined(linux) & !defined(__EMX__) & !defined(__FreeBSD__) & !defined(__CYGWIN__) & !defined(__NetBSD__)
#if defined(BSD4_4) || defined(HPArchitecture) || defined(SGIArchitecture) || defined(_AIX) || defined(_SCO_DS)
void srandom(unsigned int);
#else