]> git.pld-linux.org Git - packages/xephem.git/blob - xephem-makefile.patch
- upgraded to 3.7.4
[packages/xephem.git] / xephem-makefile.patch
1 --- xephem-3.7.1.orig/GUI/xephem/Makefile       2005-11-18 14:43:09.000000000 +0100
2 +++ xephem-3.7.1/GUI/xephem/Makefile    2006-07-22 18:28:04.305473250 +0200
3 @@ -10,8 +10,8 @@
4  # one executable, xephem.
5  
6  # These -I and -L flags point to the supporting XEphem libraries
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
9 +LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd
10 +LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd
11  LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
12  
13  # MOTIFI is the directory containing the Xm directory of include files.
14 @@ -34,9 +34,9 @@
15  # some systems now use just /usr/X11 (not /usr/X11R6)
16  CC = gcc
17  CLDFLAGS = -g
18 -CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
19 +CFLAGS = $(LIBINC) $(CLDFLAGS) -Wall -I$(MOTIFI) -I/usr/X11R6/include
20  LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
21 -XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11
22 +XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
23  LIBS = $(XLIBS) $(LIBLIB) -lm
24  
25  # for ppc Apple OS X to make universal (i386 and ppc binary), requires
26 @@ -191,8 +191,6 @@
27         cd ../../libip; make
28         cd ../../libjpegd; make
29         cd ../../liblilxml; make
30 -       cd ../../libpng; make
31 -       cd ../../libz; make
32  
33  clean:
34         rm -fr *.o ../../lib*/*.[ao]
This page took 0.043399 seconds and 3 git commands to generate.