summaryrefslogtreecommitdiff
path: root/x11/xhangglider/patches/patch-ad
blob: 826c3852a3190cd438538bd739faf701cdc98b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ad,v 1.2 2012/07/30 03:04:32 dholland Exp $

Configure paths for pkgsrc.

--- init.c.orig	Thu Aug  5 05:27:57 1999
+++ init.c	Thu Aug  5 05:28:17 1999
@@ -60,7 +60,7 @@
   if (i) {
     fprintf(stderr, "polygon data path %s not exist.\n", datadir);
     fprintf(stderr, "To specify the path, describe it in the deffile like\n");
-    fprintf(stderr, "PolygonDataPath /usr/share/xhangglider\n\n");
+    fprintf(stderr, "PolygonDataPath " PREFIX "/share/xhangglider\n\n");
   }
 
   return 0;