From 6bab5063a53758b4e9778c4f78ccf925f72aec4d Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 16 Jan 2014 20:44:43 +0000 Subject: - Follow upstream and rename games/deng to doomsday - Update to 1.12.2 (upstream has switched from cmake to qmake) - Add STAGEDIR support - Python is required only for building - Remove custom post-install - Use options helpers PR: based on ports/185171 Submitted by: Max Sterling --- games/doomsday/files/patch-doomsday-dep__zlib.pri | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 games/doomsday/files/patch-doomsday-dep__zlib.pri (limited to 'games/doomsday/files/patch-doomsday-dep__zlib.pri') diff --git a/games/doomsday/files/patch-doomsday-dep__zlib.pri b/games/doomsday/files/patch-doomsday-dep__zlib.pri new file mode 100644 index 000000000000..7cd8706d6dd2 --- /dev/null +++ b/games/doomsday/files/patch-doomsday-dep__zlib.pri @@ -0,0 +1,13 @@ +--- doomsday/dep_zlib.pri.orig 2013-11-02 07:38:18.000000000 -0700 ++++ doomsday/dep_zlib.pri 2013-12-24 04:55:18.000000000 -0700 +@@ -12,6 +12,10 @@ + # Mac OS X. + LIBS += -lz + } ++else:freebsd-* { ++ # FreeBSD ++ LIBS += -lz ++} + else { + # Generic Unix. + QMAKE_CFLAGS += $$system(pkg-config zlib --cflags) -- cgit v1.2.3