DragonFly BSD
DragonFly submit List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

patch for pilot-link dfport


From: Allan Bowhill <kosmos@xxxxxxxxx>
Date: Sun, 18 Jul 2004 18:47:35 +0000

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
--- 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
 


[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]