Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/gsview/files: gsview-4.9-libdl.patch
Date: Mon, 30 Jan 2012 23:39:07
Message-Id: 20120130233856.99C2B2004B@flycatcher.gentoo.org
1 dilfridge 12/01/30 23:38:56
2
3 Added: gsview-4.9-libdl.patch
4 Log:
5 Fix underlinking, bug 370125
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/gsview/files/gsview-4.9-libdl.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gsview/files/gsview-4.9-libdl.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/gsview/files/gsview-4.9-libdl.patch?rev=1.1&content-type=text/plain
14
15 Index: gsview-4.9-libdl.patch
16 ===================================================================
17 diff -ruN gsview-4.9.orig/srcunx/unx.mak gsview-4.9/srcunx/unx.mak
18 --- gsview-4.9.orig/srcunx/unx.mak 2004-11-27 16:51:26.000000000 +0100
19 +++ gsview-4.9/srcunx/unx.mak 2012-01-31 00:36:50.000000000 +0100
20 @@ -80,7 +80,7 @@
21 CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
22
23 # Linker flags
24 -LFLAGS=$(LDEBUG) $(PLINK) `gtk-config --libs`
25 +LFLAGS=$(LDEBUG) $(PLINK) `gtk-config --libs` -ldl
26
27 COMP=$(CC) $(CFLAGS) -I. -I$(SRCDIR) -I$(SRCUNXDIR) -I$(OBJDIR)
28 CCAUX=$(CC) $(CFLAGS) -I$(SRCDIR)