- Fix libintl detection
- Don't use included libintl headers - Regen PLIST - Bump PKGNAME
This commit is contained in:
parent
4dd0074df6
commit
e927ca3c45
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2004/11/23 11:22:01 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2005/02/13 16:40:59 alek Exp $
|
||||
|
||||
COMMENT= "documentation system for C, C++, IDL and Java"
|
||||
|
||||
DISTNAME= doc++-3.4.10
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://docpp.sourceforge.net/
|
||||
|
21
devel/doc++/patches/patch-configure
Normal file
21
devel/doc++/patches/patch-configure
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2005/02/13 16:40:59 alek Exp $
|
||||
--- configure.orig Sun Feb 13 17:21:26 2005
|
||||
+++ configure Sun Feb 13 17:24:35 2005
|
||||
@@ -7930,7 +7930,7 @@ int
|
||||
main ()
|
||||
{
|
||||
bindtextdomain ("", "");
|
||||
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
||||
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ()
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -7976,7 +7976,7 @@ int
|
||||
main ()
|
||||
{
|
||||
bindtextdomain ("", "");
|
||||
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0)
|
||||
+return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ()
|
||||
;
|
||||
return 0;
|
||||
}
|
12
devel/doc++/patches/patch-src_Makefile_in
Normal file
12
devel/doc++/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2005/02/13 16:40:59 alek Exp $
|
||||
--- src/Makefile.in.orig Sun Feb 13 17:27:29 2005
|
||||
+++ src/Makefile.in Sun Feb 13 17:27:41 2005
|
||||
@@ -114,7 +114,7 @@ am__quote = @am__quote@
|
||||
install_sh = @install_sh@
|
||||
|
||||
localedir = $(datadir)/locale
|
||||
-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||
+INCLUDES = -DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
# The `equate' program is still experimental.
|
||||
bin_PROGRAMS = doc++ docify promote #equate
|
@ -1,8 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2004/09/14 23:43:55 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2005/02/13 16:40:59 alek Exp $
|
||||
bin/doc++
|
||||
bin/docify
|
||||
bin/promote
|
||||
@comment lib/charset.alias
|
||||
share/doc/doc++/
|
||||
share/doc/doc++/ClassGraph.class
|
||||
share/doc/doc++/ClassGraphPanel.class
|
||||
@ -39,6 +38,5 @@ share/doc/doc++/supportedTeXmacros.html
|
||||
share/doc/doc++/toc.html
|
||||
share/locale/fr/LC_MESSAGES/doc++.mo
|
||||
share/locale/ja/LC_MESSAGES/doc++.mo
|
||||
@comment share/locale/locale.alias
|
||||
share/locale/ro/LC_MESSAGES/doc++.mo
|
||||
share/locale/ru/LC_MESSAGES/doc++.mo
|
||||
|
Loading…
Reference in New Issue
Block a user