diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-22 01:35:16 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-22 01:35:16 +0000 |
commit | d015a5333584a9d941a05c2f16e73777cbb4c99e (patch) | |
tree | b08041c5d3c629577fd66371c5d6a66073cfcdfc /x11-wm/icewm/files/patch-ap | |
parent | Disable APM support on all platforms but i386. (diff) |
Upgrade to version 1.0.9.2 .
- Append distfile's revision number to PORTVERSION
- Unbreak
- Fix remaining places where giconv used instead of iconv
PR: ports/38049
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Approved by: maintainer in silence
Notes
Notes:
svn path=/head/; revision=59664
Diffstat (limited to 'x11-wm/icewm/files/patch-ap')
-rw-r--r-- | x11-wm/icewm/files/patch-ap | 7 |
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() { |