Actually the patch-src_Makefile.am is not needed at all and since

it only needed gsed to cover a broken sed in base the Makefile does
not need to bring in gsed.
This commit is contained in:
Diane Bruce
2020-12-20 20:09:44 +00:00
parent da29edd84a
commit 1a4458f4d3
2 changed files with 1 additions and 13 deletions

View File

@@ -13,8 +13,7 @@ LICENSE= GPLv3
BUILD_DEPENDS= asciidoc:textproc/asciidoc\
docbook-xsl>=1.0:textproc/docbook-xsl\
xsltproc:textproc/libxslt \
gsed:textproc/gsed
xsltproc:textproc/libxslt
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
libpng.so:graphics/png \
libfltk.so:x11-toolkits/fltk \

View File

@@ -1,11 +0,0 @@
--- src/Makefile.am.orig 2020-10-22 03:19:34 UTC
+++ src/Makefile.am
@@ -488,7 +488,7 @@ $(builddir)/../doc/guide.html: $(builddir)/../doc/guid
$(builddir)/dialogs/guide.cxx: $(builddir)/../doc/guide.html
@mkdir -p $(builddir)/dialogs
- $(call silent,GUIDE ,$@)sed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
+ $(call silent,GUIDE ,$@)gsed 's/\\/\\\\/g; s/"/\\"/g; s/$$/\\n\\/g; 1 s/.*/const char* szBeginner = "&/; $$ s/.*/&n";/' $< > $@
dialogs/htmlstrings.cxx: $(builddir)/dialogs/guide.cxx
distclean-local: