mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
33d23639ef
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@
14 lines
393 B
Plaintext
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
|