Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-src_libs3decoder_libcfg_s3__cfg__convert.c,v 1.1 2014/09/05 10:13:21 fhajny Exp $
Only use libbsd on Linux.
--- src/libs3decoder/libcfg/s3_cfg_convert.c.orig 2008-12-31 18:27:55.000000000 +0000
+++ src/libs3decoder/libcfg/s3_cfg_convert.c
@@ -1,5 +1,7 @@
+#if defined(__linux__)
#include <libutil.h>
+#endif
#include "s3_cfg.h"
#include "fsg.h"