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:
@@ -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 \
|
||||
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user