summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/six/Makefile2
-rw-r--r--games/six/files/patch-six_Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/games/six/Makefile b/games/six/Makefile
index b51164a3ff17..768ab3926d8a 100644
--- a/games/six/Makefile
+++ b/games/six/Makefile
@@ -10,7 +10,7 @@ PORTREVISION= 2
CATEGORIES= games kde
MASTER_SITES= http://six.retes.hu/download/
-MAINTAINER= arved@FreeBSD.org
+MAINTAINER= ports@freebsd.org
COMMENT= KDE HEX clone
USE_KDELIBS_VER= 3
diff --git a/games/six/files/patch-six_Makefile.in b/games/six/files/patch-six_Makefile.in
new file mode 100644
index 000000000000..15af6d1e8a28
--- /dev/null
+++ b/games/six/files/patch-six_Makefile.in
@@ -0,0 +1,11 @@
+--- six/Makefile.in.orig Tue Jun 1 06:08:14 2004
++++ six/Makefile.in Tue Jun 1 06:08:53 2004
+@@ -254,7 +254,7 @@
+ six_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+
+ # the libraries to link against.
+-six_LDADD = -lm $(LIB_KFILE) -lkdeprint
++six_LDADD = -lm $(LIB_KFILE) -lkdeprint $(LIBPTHREAD)
+
+ # which sources should be compiled for six
+ six_SOURCES = misc.h misc.cpp \