diff options
author | lofi <lofi@FreeBSD.org> | 2004-06-01 21:39:43 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-06-01 21:39:43 +0800 |
commit | 48a9626a92c9092870501f53566ed2c2ac26cfc5 (patch) | |
tree | d96581e0f023aefedfad45166938ae2cf18921c6 /games/six | |
parent | 6983a50f39d4045e61ff5f797cba61eeb89d56b4 (diff) | |
download | freebsd-ports-gnome-48a9626a92c9092870501f53566ed2c2ac26cfc5.tar.gz freebsd-ports-gnome-48a9626a92c9092870501f53566ed2c2ac26cfc5.tar.zst freebsd-ports-gnome-48a9626a92c9092870501f53566ed2c2ac26cfc5.zip |
Fix compilation on -STABLE, reset maintainer.
Approved by: arved (former maintainer)
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 \ |