do not force static linking with libintl/libiconv
This commit is contained in:
parent
6b54520b58
commit
cff9f37748
@ -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/
|
||||
|
||||
|
12
editors/nano/patches/patch-Makefile_in
Normal file
12
editors/nano/patches/patch-Makefile_in
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user