ports/sysutils/conky/files/patch-configure
Pav Lucistnik ba5102bc8a - Add RSS, LUA_CAIRO and LUA_IMLIB2 options
PR:		ports/141176
Submitted by:	Nikos Ntarmos <ntarmos@cs.uoi.gr> (maintainer)
2009-12-18 20:14:35 +00:00

28 lines
728 B
Text

--- configure.orig
+++ configure
@@ -15930,7 +15930,7 @@
fi
fi
- for ac_prog in tolua++ tolua++5.1
+ for ac_prog in tolua++ tolua++5.1 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 tolua++ tolua++5.1; do
if test -z "$ac_lib"; then
ac_res="none required"
else
@@ -19845,7 +19845,6 @@
ac_res=$ac_cv_search_clock_gettime
if test "$ac_res" != no; then
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
- conky_LIBS="$conky_LIBS -lrt"
cat >>confdefs.h <<\_ACEOF
#define HAVE_CLOCK_GETTIME 1