summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/otter/files/otter-3.3-gold.patch')
-rw-r--r--sci-mathematics/otter/files/otter-3.3-gold.patch16
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..a41672321d67
--- /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 -lXt -lX11
+
+ formed: formed.o display.o callback.o
+ $(CC) $(CFLAGS) $(LDFLAGS) formed.o display.o callback.o \