diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-01 13:39:43 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-06-01 13:39:43 +0000 |
commit | 2b2c074bea06fd52a79e010d278e5e383c42d984 (patch) | |
tree | 05c244e4fe360c7b3310839d56cb27f6e654845f /games/six | |
parent | - Integrate paranoia and jail patches to allow running in chroot and jail (diff) |
Fix compilation on -STABLE, reset maintainer.
Approved by: arved (former maintainer)
Notes
Notes:
svn path=/head/; revision=110607
Diffstat (limited to 'games/six')
-rw-r--r-- | games/six/Makefile | 2 | ||||
-rw-r--r-- | games/six/files/patch-six_Makefile.in | 11 |
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 \ |