head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 2015.01.29.21.48.15; author wiz; state dead; branches; next 1.2; commitid BhK8iFFZjJhH1Y7y; 1.2 date 2015.01.29.20.08.16; author wiz; state Exp; branches; next 1.1; commitid aZGnUAhXjDqotX7y; 1.1 date 2015.01.29.20.00.29; author wiz; state Exp; branches; next ; commitid sbLT1kMqMXTHqX7y; desc @@ 1.3 log @Use upstream patch. @ text @$NetBSD: patch-src_mess_tools_castool_castool.mak,v 1.2 2015/01/29 20:08:16 wiz Exp $ Fix linking against pkgsrc libraries. https://github.com/mamedev/mame/pull/123 --- src/mess/tools/castool/castool.mak.orig 2015-01-28 09:20:10.000000000 +0000 +++ src/mess/tools/castool/castool.mak @@@@ -36,4 +36,4 @@@@ CASTOOL_OBJS = \ # TODO: Visual Studio wants $(FLAC_LIB) and $(7Z_LIB) during linking... $(CASTOOL): $(CASTOOL_OBJS) $(FORMATS_LIB) $(LIBUTIL) $(EXPAT) $(ZLIB) $(LIBOCORE) $(FLAC_LIB) $(7Z_LIB) @@echo Linking $@@... - $(LD) $(LDFLAGS) $^ $(BASELIBS) -o $@@ + $(LD) $(LDFLAGS) $^ $(BASELIBS) -o $@@ $(LIBS) @ 1.2 log @Add upstream bug report URLs. @ text @d1 1 a1 1 $NetBSD: patch-src_mess_tools_castool_castool.mak,v 1.1 2015/01/29 20:00:29 wiz Exp $ @ 1.1 log @Update to 0.158. The usual changes. @ text @d1 4 a4 1 $NetBSD$ @