看板 DFBSD_submit 關於我們 聯絡資訊
--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--