With the last commit to gettext it has resulted in libc now leaking into
the libtool wrapper file (because of OpenBSD's libtool) which then means
that plugins for example would be linked to libc (if using OpenBSD's
libtool) which AFAIK should not be the case.


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/gettext/Makefile,v
retrieving revision 1.66
diff -u -p -r1.66 Makefile
--- Makefile    27 Mar 2013 16:37:09 -0000      1.66
+++ Makefile    26 Apr 2013 05:14:48 -0000
@@ -3,7 +3,7 @@
 COMMENT=       GNU gettext
 
 DISTNAME=      gettext-0.18.2
-REVISION=      2
+REVISION=      3
 SHARED_LIBS +=  intl                 6.0      # .9.2
 SHARED_LIBS +=  asprintf             1.0      # .0.0
 SHARED_LIBS +=  gettextlib           3.1      # .0.0
Index: patches/patch-gettext-runtime_configure
===================================================================
RCS file: 
/home/cvs/ports/devel/gettext/patches/patch-gettext-runtime_configure,v
retrieving revision 1.4
diff -u -p -r1.4 patch-gettext-runtime_configure
--- patches/patch-gettext-runtime_configure     21 Jan 2013 22:08:52 -0000      
1.4
+++ patches/patch-gettext-runtime_configure     26 Apr 2013 05:20:42 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-gettext-runtime_configure,v 1.4 2013/01/21 22:08:52 naddy Exp $
---- gettext-runtime/configure.orig     Tue Dec 25 06:30:38 2012
-+++ gettext-runtime/configure  Wed Jan 16 23:06:10 2013
+--- gettext-runtime/configure.orig     Tue Dec 25 00:30:38 2012
++++ gettext-runtime/configure  Fri Apr 26 01:20:28 2013
 @@ -16099,7 +16099,9 @@ else
                cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
@@ -11,3 +11,11 @@ $OpenBSD: patch-gettext-runtime_configur
  int
  main ()
  {
+@@ -19041,6 +19043,7 @@ fi
+ 
+               case "$host_os" in
+     hpux*) LTLIBC="" ;;
++    openbsd*) LTLIBC="" ;;
+     *)     LTLIBC="-lc" ;;
+   esac
+ 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to