]> git.pld-linux.org Git - packages/urxvt.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Nov 2007 21:25:43 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    urxvt-link.patch -> 1.6
    urxvt-utmp.patch -> 1.2

urxvt-link.patch [deleted file]
urxvt-utmp.patch [deleted file]

diff --git a/urxvt-link.patch b/urxvt-link.patch
deleted file mode 100644 (file)
index 8ef4d8d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
---- 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"])])
-+AC_SEARCH_LIBS(setlocale, xpg4)
- dnl# solaris needs to link libnsl and socket
--AC_CHECK_FUNC(gethostbyname, [], [AC_CHECK_LIB(nsl,    gethostbyname, [LIBS="$LIBS -lnsl"])])
--AC_CHECK_FUNC(socket,        [], [AC_CHECK_LIB(socket, socket,        [LIBS="$LIBS -lsocket"])])
-+AC_SEARCH_LIBS(nsl, gethostbyname)
-+AC_SEARCH_LIBS(socket, socket)
- dnl AC_ENABLE_SHARED(no)dnl#  libtool
- dnl AC_ENABLE_STATIC(yes)dnl# libtool
diff --git a/urxvt-utmp.patch b/urxvt-utmp.patch
deleted file mode 100644 (file)
index 3cc7161..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
---- rxvt-unicode-7.9/ptytty.m4.orig    2006-02-07 06:31:56.000000000 +0100
-+++ rxvt-unicode-7.9/ptytty.m4 2006-08-09 23:40:54.364272500 +0200
-@@ -214,6 +214,7 @@
- dnl# find utmp
- AC_CACHE_CHECK(where utmp is located, path_utmp,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #include <sys/types.h>
- #include <utmp.h>
- #include <errno.h>
-@@ -250,6 +251,7 @@
- dnl# a day newer, then dump the utmpx.  People leave lots of junk around.
- AC_CACHE_CHECK(where utmpx is located, path_utmpx,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #include <sys/types.h>
- #include <utmpx.h>
- #include <errno.h>
-@@ -295,6 +297,7 @@
- dnl# find wtmp
- AC_CACHE_CHECK(where wtmp is located, path_wtmp,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #include <sys/types.h>
- #ifdef HAVE_UTMP_H
- #include <utmp.h>
-@@ -331,6 +334,7 @@
- dnl# find wtmpx
- AC_CACHE_CHECK(where wtmpx is located, path_wtmpx,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #ifdef HAVE_UTMPX_H
- #include <utmpx.h>
- #endif
-@@ -366,6 +370,7 @@
- dnl# find lastlog
- AC_CACHE_CHECK(where lastlog is located, path_lastlog,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #include <sys/types.h>
- #ifdef HAVE_UTMPX_H
- #include <utmpx.h>
-@@ -409,6 +414,7 @@
- dnl# find lastlogx
- AC_CACHE_CHECK(where lastlogx is located, path_lastlogx,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdio.h>
-+#include <stdlib.h>
- #ifdef HAVE_UTMPX_H
- #include <utmpx.h>
- #endif
This page took 0.169498 seconds and 4 git commands to generate.