pkgsrc/graphics/lepton/patches/patch-src--lepton--fork_serve.cc
agc a86b13bf14 Add dropbox's graphics/lepton, a lossless JPG compression/decompression
program, version 1.2.1, into the packages collection.

	Lepton is a tool and file format for losslessly compressing JPEGs by
	an average of 22%.

	This can be used to archive large photo collections, or to serve
	images live and save 22% banwdith.
2016-07-19 02:11:51 +00:00

14 lines
350 B
C++

$NetBSD: patch-src--lepton--fork_serve.cc,v 1.1 2016/07/19 02:11:51 agc Exp $
Port this properly
--- src/lepton/fork_serve.cc 2016/07/19 01:26:14 1.1
+++ src/lepton/fork_serve.cc 2016/07/19 01:26:36
@@ -2,6 +2,7 @@
#ifndef _WIN32
#include <sys/types.h>
+#include <sys/param.h>
#include <signal.h>
#include <sys/socket.h>
#include <sys/un.h>