summaryrefslogtreecommitdiffstats
path: root/development/4th/01-directories.patch
blob: d7c9415c5d89fbd1683f54a8ab048a0eaf9a7939 (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
29
30
31
32
diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile
--- 4th-3.62.2-unix/sources/Makefile	2014-01-06 19:03:16.000000000 +0100
+++ 4th-3.62.2-unix.new/sources/Makefile	2014-04-13 16:10:03.809359781 +0200
@@ -13,13 +13,13 @@
 
 # The following variables may need to be changed
 
-LIBRARIES=/usr/lib
-INCLUDES=/usr/include
-BINARIES=/usr/local/bin
-MANDIR=/usr/share/man
-DOCDIR=/usr/share/doc
+LIBRARIES=$(DESTDIR)/usr/lib$(LIBSUFFIX)
+INCLUDES=$(DESTDIR)/usr/include
+BINARIES=$(DESTDIR)/usr/bin
+MANDIR=$(DESTDIR)/usr/man
+DOCDIR=$(DESTDIR)/usr/doc
 SOURCES=../4th
-CFLAGS= -DUNIX -fsigned-char -Wall -O3 -s
+CFLAGS=$(CXXFLAGS) -DUNIX -fsigned-char -Wall -s
 
 # Cross compilation variables
 LD=$(CROSS)ld
@@ -125,7 +125,7 @@
 
 install: mostlyinstall
 	install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
-	install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/
+	install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.2/
 
 uninstall:
 	-rm -f $(LIBRARIES)/lib4th.{a,so*}