]> git.pld-linux.org Git - packages/Yap.git/blame - Yap-acdirs.patch
- build only on x86 and x86_64
[packages/Yap.git] / Yap-acdirs.patch
CommitLineData
34df6b85
JB
1--- yap-6.2.2/Makefile.in.orig 2011-10-20 23:17:58.000000000 +0200
2+++ yap-6.2.2/Makefile.in 2012-03-28 19:44:30.763163899 +0200
3@@ -9,7 +9,7 @@
00a5f091 4 #
5 # where the binary should be
6 #
7-BINDIR = $(EROOTDIR)/bin
8+BINDIR = @bindir@
9 #
10 # where YAP should look for binary libraries
11 #
34df6b85 12@@ -18,15 +18,15 @@
00a5f091 13 #
14 # where YAP should look for architecture-independent Prolog libraries
15 #
16-SHAREDIR=$(ROOTDIR)/share
17+SHAREDIR=@datadir@
18 #
19 # where the includes should be stored
20 #
21-INCLUDEDIR=$(ROOTDIR)/include/Yap
22+INCLUDEDIR=@includedir@/Yap
23 #
24 # where to store info files
25 #
26-INFODIR=$(SHAREDIR)/info
27+INFODIR=@infodir@
00a5f091 28 #
34df6b85 29 # where to store documentation files
cd78c1ba 30 #
34df6b85
JB
31--- yap-6.2.2/library/Makefile.in.orig 2011-02-03 12:25:28.000000000 +0100
32+++ yap-6.2.2/library/Makefile.in 2012-03-28 19:49:09.476500101 +0200
33@@ -5,7 +5,7 @@
cd78c1ba 34 #
34df6b85 35 # where the binary should be
cd78c1ba 36 #
34df6b85
JB
37-BINDIR = $(ROOTDIR)/bin
38+BINDIR = @bindir@
cd78c1ba 39 #
34df6b85 40 # where YAP should look for binary libraries
cd78c1ba 41 #
34df6b85 42@@ -13,7 +13,7 @@
cd78c1ba 43 #
34df6b85 44 # where YAP should look for architecture-independent Prolog libraries
cd78c1ba 45 #
34df6b85
JB
46-SHAREDIR=$(ROOTDIR)/share
47+SHAREDIR=@datadir@
cd78c1ba 48 #
49 #
34df6b85 50 # You shouldn't need to change what follows.
This page took 0.102617 seconds and 4 git commands to generate.