]> git.pld-linux.org Git - packages/urxvt.git/blobdiff - urxvt-link.patch
- 8.2
[packages/urxvt.git] / urxvt-link.patch
index a53a2a06356dc9b482c527a858a9b1e519b5f09e..8ef4d8d5fdd8d34c6541896b6b89f6d8f9acd7f6 100644 (file)
@@ -1,7 +1,18 @@
-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 @@
+--- rxvt-unicode-7.7/aclocal.m4.orig   2006-01-22 01:48:13.000000000 +0100
++++ rxvt-unicode-7.7/aclocal.m4        2006-03-09 14:05:56.048362500 +0100
+@@ -176,7 +176,7 @@
+   # Don't add to $LIBS permanently.
+   ac_save_LIBS="$LIBS"
+   LIBS="$LIBS $X_LIBS -lXpm -lX11"
+-AC_TRY_LINK(, [XpmReadFileToPixmap()],
++AC_TRY_LINK([#include <X11/xpm.h>], [XpmReadFileToPixmap(0, 0, 0, 0, 0, 0);],
+ [LIBS="$ac_save_LIBS"
+ # We can link libXpm with no special library path.
+ vt_xpm_libraries=],
+diff -aurN rxvt-unicode-7.5.orig/configure.ac rxvt-unicode-7.5/configure.ac
+--- rxvt-unicode-7.5.orig/configure.ac 2006-01-28 22:26:37.000000000 +0100
++++ rxvt-unicode-7.5/configure.ac      2006-02-04 20:46:00.617940000 +0100
+@@ -88,11 +88,11 @@
  dnl fi
  
  dnl# FreeBSD needs to link libxpg4
@@ -14,9 +25,5 @@ diff -aurN rxvt-unicode-7.4.orig/configure.ac rxvt-unicode-7.4/configure.ac
 +AC_SEARCH_LIBS(nsl, gethostbyname)
 +AC_SEARCH_LIBS(socket, socket)
  
- dnl# more solaris
--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)
+ dnl AC_ENABLE_SHARED(no)dnl#  libtool
+ dnl AC_ENABLE_STATIC(yes)dnl# libtool
This page took 0.083543 seconds and 4 git commands to generate.