Revision: 26643 http://sourceforge.net/p/gar/code/26643 Author: dmichelsen Date: 2020-05-13 12:00:40 +0000 (Wed, 13 May 2020) Log Message: ----------- lynx/trunk: Use bash for configure
Modified Paths: -------------- csw/mgar/pkg/lynx/trunk/Makefile Modified: csw/mgar/pkg/lynx/trunk/Makefile =================================================================== --- csw/mgar/pkg/lynx/trunk/Makefile 2020-05-13 11:38:59 UTC (rev 26642) +++ csw/mgar/pkg/lynx/trunk/Makefile 2020-05-13 12:00:40 UTC (rev 26643) @@ -30,6 +30,12 @@ RUNTIME_DEP_PKGS_CSWlynx += CSWlibidn11 RUNTIME_DEP_PKGS_CSWlynx += CSWlibssl1-0-0 +# configure contains bashisms +REINPLACEMENTS += bash +REINPLACE_FILES_bash += configure +REINPLACE_MATCH_bash = /bin/sh +REINPLACE_WITH_bash = /bin/bash + # This ensures that Lynx picks up its own entities.h, not the one installed # in one of the system directories, i. e. /opt/csw (that one's part of GD). EXTRA_CPP_FLAGS = -I./chrtrans This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.