Files
ports/graphics/posterazor/patches/patch-src_FlPosteRazorDialog_cpp
T
kirby 33d23639ef Import posterazor.
The PosteRazor cuts a raster image into pieces which can afterwards
be printed out and assembled to a poster.  As input, the PosteRazor
takes a raster image. The resulting poster is saved as a multipage
PDF document. An easy to use, wizard like user interface guides
through 5 steps.

tweaks and OK sthen@
2019-08-02 15:24:45 +00:00

14 lines
393 B
Plaintext

$OpenBSD: patch-src_FlPosteRazorDialog_cpp,v 1.1.1.1 2019/08/02 15:24:45 kirby Exp $
Index: src/FlPosteRazorDialog.cpp
--- src/FlPosteRazorDialog.cpp.orig
+++ src/FlPosteRazorDialog.cpp
@@ -39,6 +39,7 @@
#define CASESENSITIVESTRNCMP strnicmp
#else
#include <iostream>
+ #include <unistd.h>
#define CASESENSITIVESTRCMP strcasecmp
#define CASESENSITIVESTRNCMP strncasecmp
#endif