ports/141176: conky can't build with --enable-lua-cairo

kevin kevinxlinuz at 163.com
Sat Dec 5 19:16:01 UTC 2009


I read the error log again,i think following patch will fix the bug.



--- work/conky-1.7.2/configure    2009-12-06 02:54:01.011429338 +0800
+++ configure    2009-12-06 02:53:55.051303838 +0800
@@ -15930,7 +15930,7 @@
 
             fi
         fi
-        for ac_prog in tolua++ tolua++5.1
+        for ac_prog in tolua++-5.1
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
@@ -16006,7 +16006,7 @@
   return 0;
 }
 _ACEOF
-for ac_lib in '' tolua++ tolua++5.1; do
+for ac_lib in '' tolua++-5.1; do
   if test -z "$ac_lib"; then
     ac_res="none required"
   else


On 2009-12-05,FreeBSD-gnats-submit at FreeBSD.org wrote:
>Thank you very much for your problem report.
>It has the internal identification `ports/141176'.
>The individual assigned to look at your
>report is: freebsd-ports-bugs. 
>
>You can access the state of your problem report at any time
>via this link:
>
>http://www.freebsd.org/cgi/query-pr.cgi?pr=141176
>
>>Category:       ports
>>Responsible:    freebsd-ports-bugs
>>Synopsis:       conky can't build with --enable-lua-cairo
>>Arrival-Date:   Fri Dec 04 22:30:01 UTC 2009


More information about the freebsd-ports-bugs mailing list