Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/xephem/files: xephem-3.7.3-link-motif.patch
Date: Sat, 28 Jun 2008 13:30:37
Message-Id: E1KCaVc-0002sm-8s@stork.gentoo.org
1 ulm 08/06/28 13:30:32
2
3 Added: xephem-3.7.3-link-motif.patch
4 Log:
5 Fix Motif linking problem again, bug 229761.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.1 sci-astronomy/xephem/files/xephem-3.7.3-link-motif.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/files/xephem-3.7.3-link-motif.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/files/xephem-3.7.3-link-motif.patch?rev=1.1&content-type=text/plain
13
14 Index: xephem-3.7.3-link-motif.patch
15 ===================================================================
16 --- xephem-3.7.3-orig/GUI/xephem/Makefile 2006-05-14 01:06:06.000000000 +0200
17 +++ xephem-3.7.3/GUI/xephem/Makefile 2008-06-28 11:23:32.000000000 +0200
18 @@ -15,7 +15,7 @@
19 LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
20
21 # MOTIFI is the directory containing the Xm directory of include files.
22 -# MOTIFL is the directory containing the libXm.a library.
23 +# MOTIFL is the directory containing libXm
24 # MOTIF can be used to set one common directory if desired.
25 # Defaults work ok for Linux and Mac OS X.
26 ifdef MOTIF
27 @@ -34,7 +34,7 @@
28 CLDFLAGS = -g
29 CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
30 LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
31 -XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11
32 +XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
33 LIBS = $(XLIBS) $(LIBLIB) -lm
34
35 # for ppc Apple OS X to make universal (i386 and ppc binary), requires
36
37
38
39 --
40 gentoo-commits@l.g.o mailing list