Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/qhull/files: qhull-3.1-makefile.patch
Date: Sun, 18 Nov 2007 13:15:55
Message-Id: E1Itk01-0008TA-72@stork.gentoo.org
1 markusle 07/11/18 13:15:45
2
3 Modified: qhull-3.1-makefile.patch
4 Log:
5 Fixed makefile to add missing symbol to shared lib (see bug #157287).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 media-libs/qhull/files/qhull-3.1-makefile.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/files/qhull-3.1-makefile.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/files/qhull-3.1-makefile.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/qhull/files/qhull-3.1-makefile.patch?r1=1.1&r2=1.2
14
15 Index: qhull-3.1-makefile.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/qhull/files/qhull-3.1-makefile.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qhull-3.1-makefile.patch 22 Feb 2005 21:23:35 -0000 1.1
22 +++ qhull-3.1-makefile.patch 18 Nov 2007 13:15:44 -0000 1.2
23 @@ -1,5 +1,14 @@
24 ---- Makefile 2001-02-12 03:26:08.000000000 +0100
25 -+++ /root/Makefile 2005-02-22 22:00:15.077553880 +0100
26 +--- Makefile.old 2001-02-11 21:26:08.000000000 -0500
27 ++++ Makefile 2007-11-18 08:03:19.000000000 -0500
28 +@@ -62,7 +62,7 @@
29 +
30 + # OBJS in execution frequency order. CFILES after qhull.c are alphabetical
31 + OBJS = user.o global.o stat.o io.o geom2.o poly2.o \
32 +- merge.o qhull.o geom.o poly.o qset.o mem.o
33 ++ merge.o qhull.o geom.o poly.o qset.o mem.o unix.o
34 +
35 + CFILES= unix.c qhull.c geom.c geom2.c global.c io.c mem.c merge.c poly.c \
36 + poly2.c qset.c stat.c user.c qconvex.c qdelaun.c qhalf.c qvoronoi.c
37 @@ -78,7 +78,7 @@
38 qh-poly.htm qh-qhull.htm qh-set.htm qh-stat.htm qh-user.htm \
39 qdelau_f.htm qhalf.htm qvoronoi.htm qvoron_f.htm rbox.htm
40
41
42
43 --
44 gentoo-commits@g.o mailing list