summaryrefslogtreecommitdiff
path: root/www/amaya/patches/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'www/amaya/patches/patch-aq')
-rw-r--r--www/amaya/patches/patch-aq13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/amaya/patches/patch-aq b/www/amaya/patches/patch-aq
new file mode 100644
index 00000000000..25f36492dda
--- /dev/null
+++ b/www/amaya/patches/patch-aq
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2008/09/11 04:22:50 dholland Exp $
+
+--- ../batch/Makefile.in~ 2006-11-13 07:24:16.000000000 -0500
++++ ../batch/Makefile.in 2008-09-08 07:32:38.000000000 -0400
+@@ -11,7 +11,7 @@ THOTDIR = @top_srcdir@
+
+ include ../Options
+
+-LIBS = -L../thotlib/ -lThotKernel -lz @LIBS@ $(WX_LIBRARIES)
++LIBS = ../thotlib/libThotKernel.a -lz @LIBS@ $(WX_LIBRARIES)
+ INCLUDES= -DHAVE_CONFIG_H -I.. -I@srcdir@/f @THOTINCLUDES@ $(GUI_INCLUDES)
+
+ prefix = @prefix@