]> git.pld-linux.org Git - packages/Yap.git/blob - Yap-acdirs.patch
- build only on x86 and x86_64
[packages/Yap.git] / Yap-acdirs.patch
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 @@
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  #
12 @@ -18,15 +18,15 @@
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@
28  #
29  # where to store documentation files
30  #
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 @@
34  #
35  # where the binary should be
36  #
37 -BINDIR = $(ROOTDIR)/bin
38 +BINDIR = @bindir@
39  #
40  # where YAP should look for binary libraries
41  #
42 @@ -13,7 +13,7 @@
43  #
44  # where YAP should look for architecture-independent Prolog libraries
45  #
46 -SHAREDIR=$(ROOTDIR)/share
47 +SHAREDIR=@datadir@
48  #
49  #
50  # You shouldn't need to change what follows.
This page took 0.053003 seconds and 3 git commands to generate.