From 2b2c074bea06fd52a79e010d278e5e383c42d984 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Tue, 1 Jun 2004 13:39:43 +0000 Subject: [PATCH] Fix compilation on -STABLE, reset maintainer. Approved by: arved (former maintainer) --- games/six/Makefile | 2 +- games/six/files/patch-six_Makefile.in | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 games/six/files/patch-six_Makefile.in 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 \