2013-09-26 17:14:40 +02:00

17 lines
566 B
Plaintext

$NetBSD: patch-aq,v 1.3 2011/07/02 22:19:30 dholland Exp $
- Make linkage of internal static libs explicit so the wrappers don't
mess things up.
--- Amaya/batch/Makefile.in.orig 2006-11-13 07:24:16.000000000 -0500
+++ Amaya/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@