]> git.pld-linux.org Git - packages/urxvt.git/blobdiff - urxvt-link.patch
- 8.4
[packages/urxvt.git] / urxvt-link.patch
index 6c3e50311066599dd7ba06e77492bddf4f7cca9a..8ef4d8d5fdd8d34c6541896b6b89f6d8f9acd7f6 100644 (file)
@@ -1,8 +1,19 @@
-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
+--- 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
 -AC_CHECK_FUNC(setlocale,     [], [AC_CHECK_LIB(xpg4,   setlocale,     [LIBS="$LIBS -lxpg4"])])
@@ -14,5 +25,5 @@ diff -aurN rxvt-unicode-6.3.orig/autoconf/configure.in rxvt-unicode-6.3/autoconf
 +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"])])
+ dnl AC_ENABLE_SHARED(no)dnl#  libtool
+ dnl AC_ENABLE_STATIC(yes)dnl# libtool
This page took 3.796848 seconds and 4 git commands to generate.