]> git.pld-linux.org Git - packages/Yap.git/blob - Yap-acdirs.patch
- updated to 4.5.5, added port,nolibs patches
[packages/Yap.git] / Yap-acdirs.patch
1 --- Yap-4.4.4.pre/Makefile.in   2003-09-10 17:51:53.000000000 +0000
2 +++ Yap-4.4.4/Makefile.in       2004-10-19 05:08:41.901971152 +0000
3 @@ -8,24 +8,24 @@
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 -LIBDIR=$(EROOTDIR)/lib
13 -YAPLIBDIR=$(EROOTDIR)/lib/Yap
14 +LIBDIR=@libdir@
15 +YAPLIBDIR=@libdir@/Yap
16  #
17  # where YAP should look for architecture-independent Prolog libraries
18  #
19 -SHAREDIR=$(ROOTDIR)/share
20 +SHAREDIR=@datadir@
21  #
22  # where the includes should be stored
23  #
24 -INCLUDEDIR=$(ROOTDIR)/include/Yap
25 +INCLUDEDIR=@includedir@/Yap
26  #
27  # where to store info files
28  #
29 -INFODIR=$(SHAREDIR)/info
30 +INFODIR=@infodir@
31  
32  #
33  # Add this flag to YAP_EXTRAS if you need the extension:
34 diff -ur Yap-4.5.4.pre/library/mpi/Makefile.in Yap-4.5.4/library/mpi/Makefile.in
35 --- Yap-4.5.4.pre/library/mpi/Makefile.in       2004-12-09 21:38:49.420824632 +0000
36 +++ Yap-4.5.4/library/mpi/Makefile.in   2004-12-09 21:39:06.391244736 +0000
37 @@ -21,7 +21,7 @@
38  # where YAP should look for binary libraries
39  #
40  LIBDIR=$(EROOTDIR)/lib
41 -YAPLIBDIR=$(EROOTDIR)/lib/Yap
42 +YAPLIBDIR=@libdir@/Yap
43  #
44  # where YAP should look for architecture-independent Prolog libraries
45  #
46 diff -ur Yap-4.5.4.pre/library/random/Makefile.in Yap-4.5.4/library/random/Makefile.in
47 --- Yap-4.5.4.pre/library/random/Makefile.in    2004-12-09 21:38:49.420824632 +0000
48 +++ Yap-4.5.4/library/random/Makefile.in        2004-12-09 21:39:06.392244584 +0000
49 @@ -12,7 +12,7 @@
50  #
51  # where YAP should look for libraries
52  #
53 -LIBDIR=$(EROOTDIR)/lib/Yap
54 +LIBDIR=@libdir@/Yap
55  #
56  #
57  CC=@CC@
58 diff -ur Yap-4.5.4.pre/library/regex/Makefile.in Yap-4.5.4/library/regex/Makefile.in
59 --- Yap-4.5.4.pre/library/regex/Makefile.in     2004-12-09 21:38:49.424824024 +0000
60 +++ Yap-4.5.4/library/regex/Makefile.in 2004-12-09 21:39:06.392244584 +0000
61 @@ -12,7 +12,7 @@
62  #
63  # where YAP should look for libraries
64  #
65 -LIBDIR=$(EROOTDIR)/lib/Yap
66 +LIBDIR=@libdir@/Yap
67  #
68  #
69  CC=@CC@
70 diff -ur Yap-4.5.4.pre/library/system/Makefile.in Yap-4.5.4/library/system/Makefile.in
71 --- Yap-4.5.4.pre/library/system/Makefile.in    2004-12-09 21:38:49.436822200 +0000
72 +++ Yap-4.5.4/library/system/Makefile.in        2004-12-09 21:39:06.393244432 +0000
73 @@ -12,7 +12,7 @@
74  #
75  # where YAP should look for libraries
76  #
77 -LIBDIR=$(EROOTDIR)/lib/Yap
78 +LIBDIR=@libdir@/Yap
79  #
80  #
81  CC=@CC@
82 diff -ur Yap-4.5.4.pre/library/Tries/Makefile.in Yap-4.5.4/library/Tries/Makefile.in
83 --- Yap-4.5.4.pre/library/Tries/Makefile.in     2004-12-09 21:38:49.403827216 +0000
84 +++ Yap-4.5.4/library/Tries/Makefile.in 2004-12-09 21:39:06.390244888 +0000
85 @@ -18,7 +18,7 @@
86  #
87  # where YAP should look for libraries
88  #
89 -LIBDIR=$(EROOTDIR)/lib/Yap
90 +LIBDIR=@libdir@/Yap
91  #
92  #
93  CC=@CC@
94 diff -ur Yap-4.5.4.pre/library/yap2swi/Makefile.in Yap-4.5.4/library/yap2swi/Makefile.in
95 --- Yap-4.5.4.pre/library/yap2swi/Makefile.in   2004-12-09 21:38:49.436822200 +0000
96 +++ Yap-4.5.4/library/yap2swi/Makefile.in       2004-12-09 21:39:06.394244280 +0000
97 @@ -12,7 +12,7 @@
98  #
99  # where YAP should look for libraries
100  #
101 -LIBDIR=$(EROOTDIR)/lib/Yap
102 +LIBDIR=@libdir@/Yap
103  #
104  #
105  CC=@CC@
This page took 0.115327 seconds and 3 git commands to generate.