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,15 @@
$NetBSD: patch-src_main.cpp,v 1.1 2014/09/11 16:59:16 jperkin Exp $
Avoid 'move' conflict.
--- src/main.cpp.orig 2014-08-17 11:03:08.000000000 +0000
+++ src/main.cpp
@@ -104,7 +104,7 @@ char exec_path[FILENAME_MAX];
int main(int argc, char *argv[])
{
char mstring[10];
- move hint;
+ my_move hint;
#ifdef TEST_ASSERT
assert(0); // testing that asserts are off