patch for pilot-link dfport

看板DFBSD_submit作者時間21年前 (2004/07/19 11:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
--nextPart19822538.nWSUTFcnqu Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit Hi, During a KDE build, dfports/pilot-link fails to configure, due to a deprecated "USE_LIBTOOL=YES" option in dfports/pilot-link/Makefile. Attached is a patch to fix this. --Allan Bowhill --nextPart19822538.nWSUTFcnqu Content-Type: text/x-diff; name="pilot_link_Makefile_patch" Content-Transfer-Encoding: 8Bit Content-Disposition: attachment; filename="pilot_link_Makefile_patch" --- Makefile 2004-07-18 18:39:14.000000000 +0000 +++ tmp/Makefile 2004-07-18 18:34:20.000000000 +0000 @@ -21,7 +21,7 @@ USE_GETOPT_LONG=yes USE_BZIP2= yes -USE_LIBTOOL= yes +USE_LIBTOOL_VERSION=15 INSTALLS_SHLIB= yes USE_PERL5= yes --nextPart19822538.nWSUTFcnqu--
文章代碼(AID): #10-pbq00 (DFBSD_submit)