Unbreak finance/gnucash build with GUILE2 option.
Removal of the /usr/bin/perl symlink exposed a perl script used by the build that needs shebangfix. PR: 200251 Approved by: mat (mentor, implicit)
This commit is contained in:
parent
329e9a17bb
commit
566131de7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386897
@ -68,7 +68,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-error-on-warning \
|
||||
--disable-doxygen
|
||||
SHEBANG_FILES= src/quotes/gnc-fq-dump
|
||||
SHEBANG_FILES= src/gnc-test-env.pl src/quotes/gnc-fq-dump
|
||||
|
||||
GLIB_SCHEMAS= org.gnucash.dialogs.business.gschema.xml \
|
||||
org.gnucash.dialogs.checkprinting.gschema.xml \
|
||||
|
Loading…
Reference in New Issue
Block a user