summaryrefslogtreecommitdiff
path: root/games/eureka/patches/patch-src_main.cc
blob: 4e1e75a9e44b9dcaddb6a526a5894fbb4ffff46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-src_main.cc,v 1.1 2019/09/11 16:26:17 micha Exp $

Add placeholder for pkgsrc PREFIX to beginning of search list.

--- src/main.cc.orig	2018-08-05 08:20:26.000000000 +0000
+++ src/main.cc
@@ -301,6 +301,7 @@ static void Determine_InstallPath(const 
 #else
 	static const char *prefixes[] =
 	{
+		"PKGSRC_PREFIX",
 		"/usr/local",
 		"/usr",
 		"/opt",