summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-07-16 17:08:50 +0000
committerJustin Lecher <jlec@gentoo.org>2011-07-16 17:08:50 +0000
commit2ae8fb738c798b0891675e622d4584cda5ea148f (patch)
treec2ef9cd7cd6434382695ef306e09f67b9de55a13 /sci-mathematics/otter
parentInstall demos through USE=examples, #374187 (diff)
downloadgentoo-2-2ae8fb738c798b0891675e622d4584cda5ea148f.tar.gz
gentoo-2-2ae8fb738c798b0891675e622d4584cda5ea148f.tar.bz2
gentoo-2-2ae8fb738c798b0891675e622d4584cda5ea148f.zip
Remove unneeded linking against libXm, #373701
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/otter')
-rw-r--r--sci-mathematics/otter/ChangeLog5
-rw-r--r--sci-mathematics/otter/files/otter-3.3-gold.patch2
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-mathematics/otter/ChangeLog b/sci-mathematics/otter/ChangeLog
index a606a0d36e7b..b6409c539c60 100644
--- a/sci-mathematics/otter/ChangeLog
+++ b/sci-mathematics/otter/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/otter
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.14 2011/06/03 08:58:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/otter/ChangeLog,v 1.15 2011/07/16 17:08:50 jlec Exp $
+
+ 16 Jul 2011; Justin Lecher <jlec@gentoo.org> files/otter-3.3-gold.patch:
+ Remove unneeded linking against libXm, #373701
03 Jun 2011; Justin Lecher <jlec@gentoo.org> otter-3.3-r1.ebuild,
otter-3.3-r2.ebuild, +files/otter-3.3-gold.patch:
diff --git a/sci-mathematics/otter/files/otter-3.3-gold.patch b/sci-mathematics/otter/files/otter-3.3-gold.patch
index a3765b47a958..a41672321d67 100644
--- a/sci-mathematics/otter/files/otter-3.3-gold.patch
+++ b/sci-mathematics/otter/files/otter-3.3-gold.patch
@@ -10,7 +10,7 @@ index 39eaae5..7526c03 100644
# The following works on a RedHat 7.3 computer
-XLIBS = -L/usr/X11R6/lib -lXaw
-+XLIBS = -L/usr/X11R6/lib -lXaw -lXm -lXt -lX11
++XLIBS = -L/usr/X11R6/lib -lXaw -lXt -lX11
formed: formed.o display.o callback.o
$(CC) $(CFLAGS) $(LDFLAGS) formed.o display.o callback.o \