diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-03 08:58:55 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-03 08:58:55 +0000 |
commit | f45fe03bfb9bb18e5af411479c65e067bc26b880 (patch) | |
tree | f21daa19ccc59a538aebbeb91f1ddb03d09ef547 /sci-mathematics/otter/files | |
parent | Version bump. (diff) | |
download | gentoo-2-f45fe03bfb9bb18e5af411479c65e067bc26b880.tar.gz gentoo-2-f45fe03bfb9bb18e5af411479c65e067bc26b880.tar.bz2 gentoo-2-f45fe03bfb9bb18e5af411479c65e067bc26b880.zip |
Make it gold resistant, #369455
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/otter/files')
-rw-r--r-- | sci-mathematics/otter/files/otter-3.3-gold.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-mathematics/otter/files/otter-3.3-gold.patch b/sci-mathematics/otter/files/otter-3.3-gold.patch new file mode 100644 index 000000000000..a3765b47a958 --- /dev/null +++ b/sci-mathematics/otter/files/otter-3.3-gold.patch @@ -0,0 +1,16 @@ + source/formed/Makefile | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/source/formed/Makefile b/source/formed/Makefile +index 39eaae5..7526c03 100644 +--- a/source/formed/Makefile ++++ b/source/formed/Makefile +@@ -37,7 +37,7 @@ CFLAGS += $(DFLAGS) + # + # The following works on a RedHat 7.3 computer + +-XLIBS = -L/usr/X11R6/lib -lXaw ++XLIBS = -L/usr/X11R6/lib -lXaw -lXm -lXt -lX11 + + formed: formed.o display.o callback.o + $(CC) $(CFLAGS) $(LDFLAGS) formed.o display.o callback.o \ |