diff options
author | kris <kris@FreeBSD.org> | 2004-06-15 16:59:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-15 16:59:44 +0800 |
commit | ea1b1f23892c1e333590e96b610c940bf39443c9 (patch) | |
tree | 3ecf430f915af266f5ccb30e30678338c9df56de /games/biorythm | |
parent | b2d5cf87b16de41c8a2770434234fd03bf7583db (diff) | |
download | freebsd-ports-gnome-ea1b1f23892c1e333590e96b610c940bf39443c9.tar.gz freebsd-ports-gnome-ea1b1f23892c1e333590e96b610c940bf39443c9.tar.zst freebsd-ports-gnome-ea1b1f23892c1e333590e96b610c940bf39443c9.zip |
Fix build on -current
Submitted by: das
Diffstat (limited to 'games/biorythm')
-rw-r--r-- | games/biorythm/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/biorythm/files/patch-aa b/games/biorythm/files/patch-aa index b715198c9c69..0c3ee4f49ca5 100644 --- a/games/biorythm/files/patch-aa +++ b/games/biorythm/files/patch-aa @@ -31,7 +31,7 @@ +INSTALLPROG = ${BSD_INSTALL_PROGRAM} +MKDIRP = mkdir -p + -+DEFINES = -DVERSION=\"$(VERSION)\" ++DEFINES = -DVERSION=\"$(VERSION)\" -D_ANSI_SOURCE ########################################################################### |