diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-07-16 17:08:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-07-16 17:08:50 +0000 |
commit | 2ae8fb738c798b0891675e622d4584cda5ea148f (patch) | |
tree | c2ef9cd7cd6434382695ef306e09f67b9de55a13 /sci-mathematics/otter/files | |
parent | Install demos through USE=examples, #374187 (diff) | |
download | gentoo-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/files')
-rw-r--r-- | sci-mathematics/otter/files/otter-3.3-gold.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |