Commit 7a5d1ab9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a patch to avoid detecting /usr/bin/gsc instead of our...

add a patch to avoid detecting /usr/bin/gsc instead of our parts/ghostscript/bin/gs in imagemagick's configure.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41100 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c046485
master 20240125SubscriptionItemVariousImprovement 20240125variousimprovement 20240227variousimprovement 20240618jumpandthreadreaderattachment 20240618variousimprovements 20241023 Base_reindexAndSenseAlarm acquiredpermissionfield assignmentlist asyncscannerjs bugapp closing_assignment constraintontemplate directcloneaction disablexhtmlstyle domparsererror droplimit1000 erp5_drone_simulator erp5css20160715 erp5css20160728 erp5jsaccesspage erp5jsformboxcss erp5jsgit erp5jsmoduletitleheader erp5jsonlyjump erp5jsslideshowdelete feat/zeleniumstopontimeout fieldvalidationerrorlabeltext fix/callableid fixup_upgrade__code__ fixuperp5jsdelete fixuptypejavascript for_testrunner_2 form_list_on_access_page forumlinebreak halimprovement halnoneurlcolumn hateoas_http_cache hyperlink increase_max_age interaction interfront jabapp jm/form-action-guard js_style jsstyledialog logcompatibility matrixboxjs methoddraw multipledomainvalues new-api-master-client officejs-sdk olapi olapy20190301 olapy20190417 openorderstopdate oula parallellistfield patch-1 randomdistribute refresh relation_field_read_only rjsstate20161102 samesite samesitelax scannerbrowsercompatibilityfixup searchrank serviceworker slideeditor slideshowviewer squash stabilize_osr_tests supplylinkdefaultlink testperformance testxhtml_brokenproxyfield tooltitle use_erp5_core_test variousimprovement variouswebimprovement webjs20230216 webjsdoublereference webjsfailingfailovercss webjsstyleeffectivedate webjsstylefeed webjsstyleimgdownload webjsstylelanguage wip wip-vifib wip20160316 wip20170905 wip20170906 wip20180702 wip20180816 wip20181115_erp5_access_token_hal wip20190620 wiprugby erp5.util-0.4.44 erp5.util-0.4.43 erp5.util-0.4.41 erp5.util-0.4.40 erp5.util-0.4.37 erp5.util-0.4.1 erp5.util-0.4 erp5.util-0.3 erp5.util-0.2 erp5.util-0.1
No related merge requests found
--- ImageMagick-6.6.6-1/configure.ac~ 2010-11-28 21:51:05.000000000 +0100
+++ ImageMagick-6.6.6-1/configure.ac 2010-12-03 14:13:14.000000000 +0100
@@ -2791,7 +2791,7 @@
AC_PATH_PROG(PCLDelegate, "$PCLDelegateDefault", "$PCLDelegateDefault")
AC_PATH_PROG(PGPDecodeDelegate, "$PGPDecodeDelegateDefault", "$PGPDecodeDelegateDefault")
AC_PATH_PROG(POVDelegate, "$POVDelegateDefault", "$POVDelegateDefault")
-AC_PATH_PROGS(PSDelegate, gsx gsc "$PSDelegateDefault", "$PSDelegateDefault")
+AC_PATH_PROGS(PSDelegate, "$PSDelegateDefault", "$PSDelegateDefault")
AC_PATH_PROG(RLEEncodeDelegate, "$RLEEncodeDelegateDefault", "$RLEEncodeDelegateDefault")
AC_PATH_PROG(RMDelegate, "$RMDelegateDefault", "$RMDelegateDefault")
AC_PATH_PROG(RSVGDecodeDelegate, "$RSVGDecodeDelegateDefault", "$RSVGDecodeDelegateDefault")
--- ImageMagick-6.6.6-1/configure~ 2010-11-28 23:27:16.000000000 +0100
+++ ImageMagick-6.6.6-1/configure 2010-12-03 14:13:57.000000000 +0100
@@ -30931,7 +30931,7 @@
fi
-for ac_prog in gsx gsc "$PSDelegateDefault"
+for ac_prog in "$PSDelegateDefault"
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment