diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-28 12:44:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-28 12:44:11 +0000 |
commit | 9969531d0929fa07ff7dd61b0378659f4cf39564 (patch) | |
tree | 5d141ba743aee81042d23a41bcff9f45ff693276 /net/poptop/files/patch-aa | |
parent | - Mark ONLY_FOR_ARCHS=i386 as distfile contains i386 binary (diff) |
Update to 1.2.3
PR: ports/88260
Submitted by: Serge Maslov <serge@maslov.biz>
Approved by: Oleg M. Golovanov <olmi@rentech.ru> (maintainer, timeout 26 days)
Diffstat (limited to 'net/poptop/files/patch-aa')
-rw-r--r-- | net/poptop/files/patch-aa | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/poptop/files/patch-aa b/net/poptop/files/patch-aa deleted file mode 100644 index 2f298eec81e3..000000000000 --- a/net/poptop/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Wed Jun 23 07:38:43 2004 -+++ configure.in Thu Oct 20 22:33:48 2005 -@@ -112,7 +112,7 @@ - if test "$ac_cv_header_libintl_h" = yes; then - if test "$ac_cv_lib_c_gettext" = no; then - if test "$ac_cv_lib_intl_gettext" = yes; then -- XTRALIBS_MGR = "$XTRALIBS_MGR -lintl" -+ XTRALIBS_MGR="$XTRALIBS_MGR -lintl" - else - echo "Have libintl.h but no usable gettext!" 1>&2 - exit 1 |