public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-astronomy/xephem/files: xephem-3.7.3-use-system-lib.patch xephem-3.7.3-link-motif.patch
@ 2008-06-30 12:36 Markus Dittrich (markusle)
  0 siblings, 0 replies; only message in thread
From: Markus Dittrich (markusle) @ 2008-06-30 12:36 UTC (permalink / raw
  To: gentoo-commits

markusle    08/06/30 12:36:02

  Added:                xephem-3.7.3-use-system-lib.patch
  Removed:              xephem-3.7.3-link-motif.patch
  Log:
  Added patch to make sure and explicit that only system libs are being used  (see bug #229885).
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-SENTINEL-3 i686)

Revision  Changes    Path
1.1                  sci-astronomy/xephem/files/xephem-3.7.3-use-system-lib.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/files/xephem-3.7.3-use-system-lib.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/xephem/files/xephem-3.7.3-use-system-lib.patch?rev=1.1&content-type=text/plain

Index: xephem-3.7.3-use-system-lib.patch
===================================================================
diff -Naur xephem-3.7.3/GUI/xephem/Makefile xephem-3.7.3.new/GUI/xephem/Makefile
--- xephem-3.7.3/GUI/xephem/Makefile	2006-05-13 19:06:06.000000000 -0400
+++ xephem-3.7.3.new/GUI/xephem/Makefile	2008-06-30 06:38:50.000000000 -0400
@@ -10,9 +10,9 @@
 # back here and compile and link all the *.c files into one executable, xephem.
 
 # -I and -L flags to find required supporting XEphem libraries
-LIBINC = -I../../libastro -I../../libip -I../../liblilxml -I../../libjpegd -I../../libpng -I../../libz
-LIBLNK = -L../../libastro -L../../libip -L../../liblilxml -L../../libjpegd -L../../libpng -L../../libz
-LIBLIB = -lastro -lip -llilxml -ljpegd -lpng -lz
+LIBINC = -I../../libastro -I../../libip -I../../liblilxml 
+LIBLNK = -L../../libastro -L../../libip -L../../liblilxml
+LIBLIB = -lastro -lip -llilxml -ljpeg -lpng -lz
 
 # MOTIFI is the directory containing the Xm directory of include files.
 # MOTIFL is the directory containing the libXm.a library.
@@ -34,7 +34,7 @@
 CLDFLAGS = -g
 CFLAGS = $(LIBINC) $(CLDFLAGS) -O2 -Wall -I$(MOTIFI) -I/usr/X11R6/include
 LDFLAGS = $(LIBLNK) $(CLDFLAGS) -L$(MOTIFL) -L/usr/X11R6/lib
-XLIBS = $(MOTIFL)/libXm.a -lXp -lXt -lXext -lXmu -lX11
+XLIBS = -lXm -lXp -lXt -lXext -lXmu -lX11
 LIBS = $(XLIBS) $(LIBLIB) -lm
 
 # for ppc Apple OS X to make universal (i386 and ppc binary), requires
@@ -187,10 +187,7 @@
 libs:
 	cd ../../libastro; make
 	cd ../../libip; make
-	cd ../../libjpegd; make
 	cd ../../liblilxml; make
-	cd ../../libpng; make
-	cd ../../libz; make
 
 clean:
 	touch x.o



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-30 12:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 12:36 [gentoo-commits] gentoo-x86 commit in sci-astronomy/xephem/files: xephem-3.7.3-use-system-lib.patch xephem-3.7.3-link-motif.patch Markus Dittrich (markusle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox