Revision: 22952 http://sourceforge.net/p/gar/code/22952 Author: cgrzemba Date: 2014-02-06 10:45:02 +0000 (Thu, 06 Feb 2014) Log Message: ----------- sane-backends/trunk: add use posix shell patch
Modified Paths: -------------- csw/mgar/pkg/sane-backends/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/sane-backends/trunk/files/0001-fix-config-script.patch Modified: csw/mgar/pkg/sane-backends/trunk/Makefile =================================================================== --- csw/mgar/pkg/sane-backends/trunk/Makefile 2014-02-06 08:14:03 UTC (rev 22951) +++ csw/mgar/pkg/sane-backends/trunk/Makefile 2014-02-06 10:45:02 UTC (rev 22952) @@ -16,6 +16,7 @@ SF_PROJECT = cupsdriverkodak DISTFILES = $(DISTNAME).tar.gz +PATCHFILES += 0001-fix-config-script.patch # solaris studio does not like __attribute__ and __pack__ GARCOMPILER = GCC4 Added: csw/mgar/pkg/sane-backends/trunk/files/0001-fix-config-script.patch =================================================================== --- csw/mgar/pkg/sane-backends/trunk/files/0001-fix-config-script.patch (rev 0) +++ csw/mgar/pkg/sane-backends/trunk/files/0001-fix-config-script.patch 2014-02-06 10:45:02 UTC (rev 22952) @@ -0,0 +1,8 @@ +--- a/tools/sane-config.in ++++ b/tools/sane-config.in +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/usr/xpg4/bin/sh + # + # This script is part of SANE, <URL:http://www.sane-project.org/> + # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.