diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-05-06 13:12:48 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-05-06 13:12:48 +0000 |
commit | 474309e2f053ba2c34db26cc15b91bd15d9e0983 (patch) | |
tree | 5a4f584b2b0736d0e2d7375ca155bd6cdd1bc6b8 /emulators/hercules | |
parent | cca1da60dcd1f1d3e397980bd2552e59f3940cee (diff) | |
download | pkgsrc-474309e2f053ba2c34db26cc15b91bd15d9e0983.tar.gz |
PR pkg/44894
* Improve patch for Makefile.in. No functional change.
Thank you, Rhialto.
Diffstat (limited to 'emulators/hercules')
-rw-r--r-- | emulators/hercules/distinfo | 4 | ||||
-rw-r--r-- | emulators/hercules/patches/patch-Makefile.in | 22 |
2 files changed, 9 insertions, 17 deletions
diff --git a/emulators/hercules/distinfo b/emulators/hercules/distinfo index 6053d93e893..6df2930efa0 100644 --- a/emulators/hercules/distinfo +++ b/emulators/hercules/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2011/05/01 23:28:57 ryoon Exp $ +$NetBSD: distinfo,v 1.12 2011/05/06 13:12:48 ryoon Exp $ SHA1 (hercules-3.07.tar.gz) = d0b2e543dd66ee43576e5a5faff8f4cc061cffb4 RMD160 (hercules-3.07.tar.gz) = 241344a3242a1dacc5276dd61b7fa4c92a270f71 Size (hercules-3.07.tar.gz) = 2701835 bytes -SHA1 (patch-Makefile.in) = b52cc86f9bdc4f0450322fc55424bcb362216d37 +SHA1 (patch-Makefile.in) = 80202ae45230949882fdc524df294230ef4b2846 SHA1 (patch-configure) = 0d2e909120d892de335b90ef93eed8845c877227 SHA1 (patch-crypto_Makefile.in) = 0e9fa3ce7e2f629d9eaed21dcfe7625087f7103b SHA1 (patch-decNumber_Makefile.in) = 98228044642007e894fde580e010c6da874454af diff --git a/emulators/hercules/patches/patch-Makefile.in b/emulators/hercules/patches/patch-Makefile.in index d4e1ab124f8..4c0d1104ac5 100644 --- a/emulators/hercules/patches/patch-Makefile.in +++ b/emulators/hercules/patches/patch-Makefile.in @@ -1,4 +1,4 @@ -$NetBSD: patch-Makefile.in,v 1.1 2011/05/01 23:28:58 ryoon Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2011/05/06 13:12:48 ryoon Exp $ * Fix build. Use devel/libltdl instead of internal libltdl. @@ -29,7 +29,12 @@ $NetBSD: patch-Makefile.in,v 1.1 2011/05/01 23:28:58 ryoon Exp $ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/decNumber @BUILD_HERCIFC_FALSE@HERCIFC = @BUILD_HERCIFC_TRUE@HERCIFC = hercifc -@@ -687,7 +687,7 @@ dyndev_SRC = commadpt.c \ +@@ -683,11 +683,11 @@ dyndev_SRC = commadpt.c \ + # -avoid-version : needed.. Otherwise libtool gives crazy names to Windows + # DLLs + # +-@BUILD_SHARED_TRUE@XSTATIC = ++@BUILD_SHARED_TRUE@XSTATIC = -shared @OPTION_DYNAMIC_LOAD_FALSE@DYNSRC = $(dyndev_SRC) @OPTION_DYNAMIC_LOAD_TRUE@DYNSRC = @OPTION_DYNAMIC_LOAD_FALSE@LTDL = @@ -54,16 +59,3 @@ $NetBSD: patch-Makefile.in,v 1.1 2011/05/01 23:28:58 ryoon Exp $ herc_getopt.h \ service.h \ chsc.h \ -@@ -2047,9 +2045,9 @@ tar: dist - install-exec-local: - - install-exec-hook: --@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(libdir)/libherc*.a --@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(modexecdir)/dyn*.a --@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(modexecdir)/hdt*.a -+#@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(libdir)/libherc*.a -+#@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(modexecdir)/dyn*.a -+#@BUILD_SHARED_TRUE@ rm -f $(DESTDIR)$(modexecdir)/hdt*.a - @BUILD_SHARED_FALSE@ rm -f $(DESTDIR)$(libdir)/libherc* - # - # NOTE : symbolic links point to FINAL destination (not to staged install) |