pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[patch] graphic/exiv2 on Solaris



Hi,

exiv2 is not bulding on Solaris (see also http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=37720 ). The Makefiles are using SHELL=/bin/sh but 2 of them are using bash functionality.

Daniel
$NetBSD$

--- xmpsdk/src/Makefile.orig    2008-01-09 17:44:09.000000000 +0100
+++ xmpsdk/src/Makefile
@@ -77,7 +77,7 @@ LIBRARY := lib$(XMPSDK_LIBRARY).la
 
 # 
******************************************************************************
 # Initialisations
-SHELL = /bin/sh
+SHELL = /bin/bash
 
 .SUFFIXES:
 .SUFFIXES: .c .cpp .o .so
$NetBSD$

--- src/Makefile.orig   2008-04-15 05:46:01.000000000 +0200
+++ src/Makefile
@@ -142,7 +142,7 @@ LIBRARY = libexiv2.la
 
 # 
******************************************************************************
 # Initialisations
-SHELL = /bin/sh
+SHELL = /bin/bash
 
 .SUFFIXES:
 .SUFFIXES: .c .cpp .o .so


Home | Main Index | Thread Index | Old Index