]> git.pld-linux.org Git - packages/xephem.git/blame - xephem-makefile.patch
- updated to 3.7.7
[packages/xephem.git] / xephem-makefile.patch
CommitLineData
d3faa542
BS
1--- xephem-3.7.7/GUI/xephem/Makefile.orig 2015-08-09 23:36:50.000000000 +0200
2+++ xephem-3.7.7/GUI/xephem/Makefile 2018-12-19 21:10:25.456956449 +0100
f0004c2c 3@@ -10,8 +10,8 @@
568c4ddc 4 # one executable, xephem.
f0004c2c 5
568c4ddc 6 # These -I and -L flags point to the supporting XEphem libraries
f0004c2c
TP
7-LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz
8-LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd -L../../libpng -L../../libz
d3faa542
BS
9+LIBINC = -I../../libastro -I../../libip -I../../liblilxml
10+LIBLNK = -L../../libastro -L../../libip -L../../liblilxml
11-LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
12+LIBLIB = -lastro -lip -llilxml -ljpeg -lpng -lz
f0004c2c
TP
13
14 # MOTIFI is the directory containing the Xm directory of include files.
d3faa542
BS
15@@ -32,7 +32,7 @@
16 # for linux and Apple OS X
f0004c2c 17 CC = gcc
aedb54a1 18 CLDFLAGS = -g
d3faa542
BS
19-CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/opt/X11/include
20+CFLAGS = $(LIBINC) $(CLDFLAGS) -Wall -I$(MOTIFI) -I/opt/X11/include
21 LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/opt/X11/lib
22 XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
aedb54a1 23 LIBS = $(XLIBS) $(LIBLIB) -lm
d3faa542 24@@ -199,8 +199,5 @@
f0004c2c 25 cd ../../libip; make
d3faa542 26- cd ../../libjpegd; make
f0004c2c
TP
27 cd ../../liblilxml; make
28- cd ../../libpng; make
29- cd ../../libz; make
30
31 clean:
568c4ddc 32 rm -fr *.o ../../lib*/*.[ao]
This page took 0.06464 seconds and 4 git commands to generate.