link with dynamic/static libintl and libiconv as appropriate
This commit is contained in:
parent
6219a461d3
commit
6b54520b58
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2005/01/27 22:34:34 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2005/01/31 20:02:45 naddy Exp $
|
||||
|
||||
COMMENT= "interactive typing tutor"
|
||||
|
||||
DISTNAME= gtypist-2.7
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= education
|
||||
HOMEPAGE= http://www.gnu.org/software/gtypist/
|
||||
|
||||
|
21
education/gtypist/patches/patch-configure
Normal file
21
education/gtypist/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2005/01/31 20:02:45 naddy Exp $
|
||||
--- configure.orig Mon Jan 31 20:55:32 2005
|
||||
+++ configure Mon Jan 31 20:55:55 2005
|
||||
@@ -9020,7 +9020,7 @@ s,@host_cpu@,$host_cpu,;t t
|
||||
s,@host_vendor@,$host_vendor,;t t
|
||||
s,@host_os@,$host_os,;t t
|
||||
s,@GLIBC21@,$GLIBC21,;t t
|
||||
-s,@LIBICONV@,$LIBICONV,;t t
|
||||
+s,@LIBICONV@,$LTLIBICONV,;t t
|
||||
s,@LTLIBICONV@,$LTLIBICONV,;t t
|
||||
s,@INTLBISON@,$INTLBISON,;t t
|
||||
s,@BUILD_INCLUDED_LIBINTL@,$BUILD_INCLUDED_LIBINTL,;t t
|
||||
@@ -9032,7 +9032,7 @@ s,@GENCAT@,$GENCAT,;t t
|
||||
s,@INTLOBJS@,$INTLOBJS,;t t
|
||||
s,@INTL_LIBTOOL_SUFFIX_PREFIX@,$INTL_LIBTOOL_SUFFIX_PREFIX,;t t
|
||||
s,@INTLLIBS@,$INTLLIBS,;t t
|
||||
-s,@LIBINTL@,$LIBINTL,;t t
|
||||
+s,@LIBINTL@,$LTLIBINTL,;t t
|
||||
s,@LTLIBINTL@,$LTLIBINTL,;t t
|
||||
s,@POSUB@,$POSUB,;t t
|
||||
s,@GEN_MAN@,$GEN_MAN,;t t
|
Loading…
x
Reference in New Issue
Block a user