summaryrefslogtreecommitdiff
path: root/games/xmris/patches/patch-aa
blob: 1a875174824c4a5ad1d25312276d991a39732fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:45 agc Exp $

--- Imakefile.orig	Fri Jul 31 00:15:54 1998
+++ Imakefile	Fri Jul 31 00:20:49 1998
@@ -73,3 +73,3 @@
 XCOMM SCORE = $(LOCAL)/lib/$(APP)
-SCORE = $(LIBDIR)/$(APP)
+SCORE = $(X11BASE)/share/$(APP)
 /* to install default gardens not in app_defaults/$(APP)
@@ -86,3 +86,3 @@
 XCOMM required for setuid, try one or the other, (the first is better)
-XCOMM EXTRA_LOAD_FLAGS = -R$(USRLIBDIR)$${LD_RUN_PATH+\:$$LD_RUN_PATH}
+XCOMM EXTRA_LOAD_FLAGS = -Wl,-R$(USRLIBDIR)$${LD_RUN_PATH+\:$$LD_RUN_PATH}
 XCOMM EXTRA_LOAD_FLAGS = -static
@@ -95,3 +95,3 @@
 XCOMM open access on the score file, 'cos transputers can't do setuid
-INSTSCOREFLAGS = -m 777
+INSTSCOREFLAGS = -m 664
 #else
@@ -99,5 +99,5 @@
 XCOMM these are set for a setuid xmris
-OWNER = -o games
-INSTSCOREFLAGS = $(OWNER) -m 755
-INSTMRISFLAGS = $(OWNER) $(INSTUIDFLAGS)
+OWNER = -o bin -g games
+INSTSCOREFLAGS = $(OWNER) -m 775
+INSTMRISFLAGS = $(OWNER) -m 2755
 XCOMM normal install locations