summaryrefslogtreecommitdiff
path: root/games/latrine/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'games/latrine/files/patch-configure')
-rw-r--r--games/latrine/files/patch-configure12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/latrine/files/patch-configure b/games/latrine/files/patch-configure
deleted file mode 100644
index 61064c369677..000000000000
--- a/games/latrine/files/patch-configure
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: configure
-@@ -5461,8 +5461,8 @@
- # ----------------------------------------------------------------------------
- { echo "$as_me:$LINENO: checking for release date" >&5
- echo $ECHO_N "checking for release date... $ECHO_C" >&6; }
--RELEASE_MONTH=`date -f released +%B`
--RELEASE_YEAR=`date -f released +%Y`
-+RELEASE_MONTH=$(date -j -f '%a, %e %b %Y %T %z' "$(cat released)" +%B)
-+RELEASE_YEAR=$(date -j -f '%a, %e %b %Y %T %z' "$(cat released)" +%Y)
-
- cat >>confdefs.h <<_ACEOF
- #define RELEASE_MONTH $RELEASE_MONTH