]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- updated for 7.4
authorfreetz <freetz@pld-linux.org>
Sun, 29 Jan 2006 11:19:13 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    urxvt-link.patch -> 1.3

urxvt-link.patch

index 6c3e50311066599dd7ba06e77492bddf4f7cca9a..a53a2a06356dc9b482c527a858a9b1e519b5f09e 100644 (file)
@@ -1,8 +1,8 @@
-diff -aurN rxvt-unicode-6.3.orig/autoconf/configure.in rxvt-unicode-6.3/autoconf/configure.in
---- rxvt-unicode-6.3.orig/autoconf/configure.in        2006-01-04 06:16:42.000000000 +0100
-+++ rxvt-unicode-6.3/autoconf/configure.in     2006-01-06 23:19:40.000000000 +0100
-@@ -77,11 +77,11 @@
- AC_ISC_POSIX
+diff -aurN rxvt-unicode-7.4.orig/configure.ac rxvt-unicode-7.4/configure.ac
+--- rxvt-unicode-7.4.orig/configure.ac 2006-01-25 23:09:18.000000000 +0100
++++ rxvt-unicode-7.4/configure.ac      2006-01-29 12:17:19.624369000 +0100
+@@ -88,14 +88,14 @@
+ dnl fi
  
  dnl# FreeBSD needs to link libxpg4
 -AC_CHECK_FUNC(setlocale,     [], [AC_CHECK_LIB(xpg4,   setlocale,     [LIBS="$LIBS -lxpg4"])])
@@ -15,4 +15,8 @@ diff -aurN rxvt-unicode-6.3.orig/autoconf/configure.in rxvt-unicode-6.3/autoconf
 +AC_SEARCH_LIBS(socket, socket)
  
  dnl# more solaris
- AC_CHECK_FUNC(sched_yield,   [], [AC_CHECK_LIB(rt,     sched_yield,   [LIBS="$LIBS -lrt"])])
+-AC_CHECK_FUNC(sched_yield,   [], [AC_CHECK_LIB(rt,     sched_yield,   [LIBS="$LIBS -lrt"])])
++AC_SEARCH_LIBS(sched_yield, rt)
+ dnl# sched_yield to improve terminal efficiency
+ AC_MSG_CHECKING(for sched_yield support)
This page took 0.073037 seconds and 4 git commands to generate.