summaryrefslogtreecommitdiff
path: root/x11-wm/icewm/files/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/icewm/files/patch-ap')
-rw-r--r--x11-wm/icewm/files/patch-ap7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/icewm/files/patch-ap b/x11-wm/icewm/files/patch-ap
index 5b72d10b0f6e..043e5d06096d 100644
--- a/x11-wm/icewm/files/patch-ap
+++ b/x11-wm/icewm/files/patch-ap
@@ -1,13 +1,12 @@
--- aclocal.m4.orig Tue Oct 9 23:54:02 2001
-+++ aclocal.m4 Wed Feb 20 14:18:56 2002
++++ aclocal.m4 Sat Mar 23 13:46:01 2002
@@ -103,11 +103,15 @@
dnl
AC_DEFUN(ICE_CHECK_CONVERSION, [
AC_MSG_CHECKING([whether iconv converts from $1 to $2])
-+ LIBS="-lgiconv $LIBS"
++ LIBS="-liconv $LIBS"
AC_TRY_RUN([
-- #include <iconv.h>
-+ #include <giconv.h>
+ #include <iconv.h>
+ #include <locale.h>
int main() {