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_imgtool_imgtool.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/imgtool/imgtool.mak.orig 2015-01-28 09:20:10.000000000 +0000 +++ src/mess/tools/imgtool/imgtool.mak @@@@ -76,4 +76,4 @@@@ IMGTOOL_OBJS = \ $(IMGTOOL): $(IMGTOOL_OBJS) $(LIBIMGTOOL) $(FORMATS_LIB) $(LIBEMU) $(LIBUTIL) $(EXPAT) $(ZLIB) $(FLAC_LIB) $(7Z_LIB) $(LIBOCORE) @@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_imgtool_imgtool.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$ @