diff options
author | 2004-10-06 04:56:57 +0000 | |
---|---|---|
committer | 2004-10-06 04:56:57 +0000 | |
commit | e1e0935c3955af0cfab9ef36057605a7ebbdd71c (patch) | |
tree | c8817667b418891374b4393ce20d67d04eb940e1 /games-strategy/wesnoth/files | |
parent | old (diff) | |
download | historical-e1e0935c3955af0cfab9ef36057605a7ebbdd71c.tar.gz historical-e1e0935c3955af0cfab9ef36057605a7ebbdd71c.tar.bz2 historical-e1e0935c3955af0cfab9ef36057605a7ebbdd71c.zip |
version bump
Diffstat (limited to 'games-strategy/wesnoth/files')
-rw-r--r-- | games-strategy/wesnoth/files/0.8.5-conf.patch | 38 | ||||
-rw-r--r-- | games-strategy/wesnoth/files/digest-wesnoth-0.8.5 | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/games-strategy/wesnoth/files/0.8.5-conf.patch b/games-strategy/wesnoth/files/0.8.5-conf.patch new file mode 100644 index 000000000000..8f6bae00395c --- /dev/null +++ b/games-strategy/wesnoth/files/0.8.5-conf.patch @@ -0,0 +1,38 @@ +--- configure.ac.orig 2004-09-11 16:40:17.000000000 -0700 ++++ configure.ac 2004-09-11 16:41:54.000000000 -0700 +@@ -97,13 +97,13 @@ + AC_ARG_ENABLE([kde],,[AC_MSG_ERROR([Please use --with-kde instead of obsolete --enable-kde])]) + AC_ARG_WITH([kde], + [ --with-kde enable installation of icon and KDE menu entry], +- [kde=$enableval], ++ [kde=$withval], + [kde=no]) + + AC_ARG_ENABLE([gnome],,[AC_MSG_ERROR([Please use --with-gnome instead of obsolete --enable-gnome])]) + AC_ARG_WITH([gnome], + [ --with-gnome enable installation of icon and GNOME menu entry], +- [gnome=$enableval], ++ [gnome=$withval], + [gnome=no]) + + AC_ARG_ENABLE([wzip], +@@ -115,9 +115,6 @@ + AM_CONDITIONAL([SERVER], [test x$server = xyes]) + AM_CONDITIONAL([EDITOR], [test x$editor = xyes]) + AM_CONDITIONAL([TOOLS], [test x$tools = xyes]) +-AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes]) +-AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes]) +-AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno]) + AM_CONDITIONAL([GCC], [test x$GXX = xyes]) + AM_CONDITIONAL([WZIP], [test x$wzip = xyes]) + AM_CONDITIONAL([INCLUDEDINTL], [test x$nls_cv_use_gnu_gettext = xyes]) +@@ -303,6 +300,9 @@ + AC_SUBST([KDE_DESKTOP]) + AC_SUBST([KDE_ICON]) + ++AM_CONDITIONAL([KDE], [test x$kde = xyes && test x$kdefound = xyes]) ++AM_CONDITIONAL([GNOME1], [test x$gnome = xyes && test x$gnome1found = xyes]) ++AM_CONDITIONAL([GNOME2], [test x$gnome = xyes && test x$gnome1found = xno]) + + ####################################################################### + # Checks for types. # diff --git a/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 b/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 new file mode 100644 index 000000000000..ad8f5b2ebad2 --- /dev/null +++ b/games-strategy/wesnoth/files/digest-wesnoth-0.8.5 @@ -0,0 +1 @@ +MD5 2b7cee60a6a37662f628e8971f18b5fc wesnoth-0.8.5.tar.gz 31763952 |