Revision: 25647 http://sourceforge.net/p/gar/code/25647 Author: jake_goerzen Date: 2016-04-05 17:41:22 +0000 (Tue, 05 Apr 2016) Log Message: ----------- hatari/trunk: fix override for libpng16
Modified Paths: -------------- csw/mgar/pkg/hatari/trunk/Makefile Modified: csw/mgar/pkg/hatari/trunk/Makefile =================================================================== --- csw/mgar/pkg/hatari/trunk/Makefile 2016-04-05 17:37:10 UTC (rev 25646) +++ csw/mgar/pkg/hatari/trunk/Makefile 2016-04-05 17:41:22 UTC (rev 25647) @@ -32,7 +32,7 @@ CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libSM.so.6 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libX11.so.4 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libXext.so.0 -CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libpng15.so.15 +CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libpng16.so.16 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libreadline.so.6 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libz.so.1 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hmsa|is|not|directly|bound|to|soname|libz.so.1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.