pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib Fix build under Cygwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7321d010438
branches:  trunk
changeset: 622128:b7321d010438
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Jul 26 13:08:32 2013 +0000

description:
Fix build under Cygwin.

* Restore -no-undefined.

diffstat:

 devel/gettext-lib/distinfo         |   4 ++--
 devel/gettext-lib/patches/patch-ab |  16 +++-------------
 2 files changed, 5 insertions(+), 15 deletions(-)

diffs (38 lines):

diff -r 3e3184d1aa4a -r b7321d010438 devel/gettext-lib/distinfo
--- a/devel/gettext-lib/distinfo        Fri Jul 26 12:54:39 2013 +0000
+++ b/devel/gettext-lib/distinfo        Fri Jul 26 13:08:32 2013 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.21 2013/07/21 20:24:52 wiz Exp $
+$NetBSD: distinfo,v 1.22 2013/07/26 13:08:32 ryoon Exp $
 
 SHA1 (gettext-0.18.3.tar.gz) = 1ef780d0e56ae174c2781d71790cdf77a276a4a0
 RMD160 (gettext-0.18.3.tar.gz) = bee5a4b42bd8f888073983dd0ab36aa6685f6da1
 Size (gettext-0.18.3.tar.gz) = 16171945 bytes
 SHA1 (patch-aa) = aed0e4e34c45fd442ee15254f494fe02c9dd55f7
-SHA1 (patch-ab) = 74694c609b942038e8db88bd8ff8edd4700a175f
+SHA1 (patch-ab) = bb975a36b3fe9e4411703caaf455e7eef530a0a7
diff -r 3e3184d1aa4a -r b7321d010438 devel/gettext-lib/patches/patch-ab
--- a/devel/gettext-lib/patches/patch-ab        Fri Jul 26 12:54:39 2013 +0000
+++ b/devel/gettext-lib/patches/patch-ab        Fri Jul 26 13:08:32 2013 +0000
@@ -1,18 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2013/01/31 21:45:04 adam Exp $
+$NetBSD: patch-ab,v 1.7 2013/07/26 13:08:32 ryoon Exp $
 
---- gettext-runtime/intl/Makefile.in.orig      2012-12-25 05:16:50.000000000 +0000
+--- gettext-runtime/intl/Makefile.in.orig      2013-06-11 23:57:10.000000000 +0000
 +++ gettext-runtime/intl/Makefile.in
-@@ -222,8 +222,7 @@ libintl.la libgnuintl.la: $(OBJECTS) $(O
-         $(OBJECTS) @LTLIBICONV@ @INTL_MACOSX_LIBS@ $(LIBS) @LTLIBTHREAD@ @LTLIBC@ \
-         $(OBJECTS_RES_@WOE32@) \
-         -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
--        -rpath $(libdir) \
--        -no-undefined
-+        -rpath $(libdir)
- 
- # Libtool's library version information for libintl.
- # Before making a gettext release, the gettext maintainer must change this
-@@ -385,7 +384,7 @@ install-exec: all
+@@ -390,7 +390,7 @@ install-exec: all
          $(mkdir_p) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
          $(INSTALL_DATA) libintl.h $(DESTDIR)$(includedir)/libintl.h; \
          $(LIBTOOL) --mode=install \



Home | Main Index | Thread Index | Old Index