diff options
author | pat <pat@FreeBSD.org> | 2002-08-03 07:08:45 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-03 07:08:45 +0800 |
commit | 7e72a4144cf253c22aeccdd03ebeb151fc14eda5 (patch) | |
tree | e15c987e875d2abd60cff8cc61014e670db9fdf2 | |
parent | 0dc5478ea15b708847d8995ea285541dece8b297 (diff) | |
download | freebsd-ports-graphics-7e72a4144cf253c22aeccdd03ebeb151fc14eda5.tar.gz freebsd-ports-graphics-7e72a4144cf253c22aeccdd03ebeb151fc14eda5.tar.zst freebsd-ports-graphics-7e72a4144cf253c22aeccdd03ebeb151fc14eda5.zip |
Fix configure script and bump PORTREVISION.
PR: ports/41269
Submitted by: maintainer
-rw-r--r-- | mail/claws-mail/Makefile | 1 | ||||
-rw-r--r-- | mail/claws-mail/files/patch-configure | 2 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed-claws/files/patch-configure | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index eeb98e0bfda..f4ccea797d4 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure index 8359397a893..e52562dafbb 100644 --- a/mail/claws-mail/files/patch-configure +++ b/mail/claws-mail/files/patch-configure @@ -31,7 +31,7 @@ #line 9862 "configure" #include "confdefs.h" #include <libintl.h> -+#define _nl_domain_bindings _nl_domain_bindings__ /* configure is retarded. */ ++#define _nl_domain_bindings libintl_nl_domain_bindings /* configure is retarded. */ extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; extern diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index eeb98e0bfda..f4ccea797d4 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -7,6 +7,7 @@ PORTNAME= sylpheed-claws PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= mail news ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= sylpheed-claws diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure index 8359397a893..e52562dafbb 100644 --- a/mail/sylpheed-claws/files/patch-configure +++ b/mail/sylpheed-claws/files/patch-configure @@ -31,7 +31,7 @@ #line 9862 "configure" #include "confdefs.h" #include <libintl.h> -+#define _nl_domain_bindings _nl_domain_bindings__ /* configure is retarded. */ ++#define _nl_domain_bindings libintl_nl_domain_bindings /* configure is retarded. */ extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; extern |