diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-27 06:36:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-27 06:36:02 +0000 |
commit | b0630e501b73c0fee7cc0a02569f6e1f2f0e7bfe (patch) | |
tree | 46f6ce5d0d4a9704f9b65a1cf968159a8d884a3f /games/grhino/patches | |
parent | 391e5b1ebadefab7aa9456bc60977de333a8482e (diff) | |
download | pkgsrc-b0630e501b73c0fee7cc0a02569f6e1f2f0e7bfe.tar.gz |
Update to 0.16.0:
Changes in version 0.16.0 from 0.15.2
-------------------------------------
- Add Edit board feature.
- Fix game log bug that prevents GRhino to open its own game log.
- Fix help file installation issue. Report and patch from
Michel Salim.
- Add desktop icon. Patch from Michel Salim.
- Add grhino.desktop (not installed automatically yet). Patch from
Michel Salim.
- Update to Autoconf 2.60, gettext 0.16. This should fixes gettext
detection failure in configure script.
Changes in version 0.15.2 from 0.15.1
-------------------------------------
- Regenerate Makefile.in. Report and patch from Ernani Azevedo.
Diffstat (limited to 'games/grhino/patches')
-rw-r--r-- | games/grhino/patches/patch-aa | 41 |
1 files changed, 10 insertions, 31 deletions
diff --git a/games/grhino/patches/patch-aa b/games/grhino/patches/patch-aa index 65ab04aab7b..86ac5b4ae75 100644 --- a/games/grhino/patches/patch-aa +++ b/games/grhino/patches/patch-aa @@ -1,15 +1,15 @@ -$NetBSD: patch-aa,v 1.5 2006/03/28 21:41:13 joerg Exp $ +$NetBSD: patch-aa,v 1.6 2008/04/27 06:36:02 wiz Exp $ ---- configure.orig 2005-04-15 14:03:04.000000000 +0000 +--- configure.orig 2008-04-26 21:41:31.000000000 +0000 +++ configure -@@ -3324,13 +3324,13 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu +@@ -4300,13 +4300,13 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 -+echo $ECHO_N "checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6 +-{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 +-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } ++{ echo "$as_me:$LINENO: checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" >&5 ++echo $ECHO_N "checking for pthread_create in ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}... $ECHO_C" >&6; } if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else @@ -19,33 +19,12 @@ $NetBSD: patch-aa,v 1.5 2006/03/28 21:41:13 joerg Exp $ cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF -@@ -3389,7 +3389,7 @@ fi - echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 - echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 +@@ -4378,7 +4378,7 @@ fi + { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 + echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } if test $ac_cv_lib_pthread_pthread_create = yes; then - LIBS="$LIBS -lpthread" + LIBS="$LIBS ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}" else { { echo "$as_me:$LINENO: error: pthread library is required" >&5 echo "$as_me: error: pthread library is required" >&2;} -@@ -6926,18 +6926,12 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <libintl.h> --extern int _nl_msg_cat_cntr; --extern --#ifdef __cplusplus --"C" --#endif --const char *_nl_expand_alias (); -+ - int - main () - { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias (0) -- ; -+return (int) gettext (""); - return 0; - } - _ACEOF |