From cff9f37748b57f0b450bb2bb63d359dc3f78276d Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 1 Feb 2005 22:15:19 +0000 Subject: [PATCH] do not force static linking with libintl/libiconv --- editors/nano/Makefile | 3 ++- editors/nano/patches/patch-Makefile_in | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 editors/nano/patches/patch-Makefile_in diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 36e5d082ac0..6407551dd9b 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.42 2004/11/24 11:08:03 espie Exp $ +# $OpenBSD: Makefile,v 1.43 2005/02/01 22:15:19 naddy Exp $ COMMENT= "small, easy to use editor" DISTNAME= nano-1.2.4 +PKGNAME= ${DISTNAME}p0 CATEGORIES= editors HOMEPAGE= http://www.nano-editor.org/ diff --git a/editors/nano/patches/patch-Makefile_in b/editors/nano/patches/patch-Makefile_in new file mode 100644 index 00000000000..ec86dc6213b --- /dev/null +++ b/editors/nano/patches/patch-Makefile_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-Makefile_in,v 1.5 2005/02/01 22:15:19 naddy Exp $ +--- Makefile.in.orig Tue Feb 1 23:08:47 2005 ++++ Makefile.in Tue Feb 1 23:09:02 2005 +@@ -147,7 +147,7 @@ nano_SOURCES = color.c \ + + + man_MANS = nano.1 nanorc.5 +-nano_LDADD = @GLIB_LIBS@ @LIBINTL@ ++nano_LDADD = @GLIB_LIBS@ @LTLIBINTL@ + + info_TEXINFOS = nano.texi +