Fix compilation on -STABLE, reset maintainer.
Approved by: arved (former maintainer)
This commit is contained in:
parent
bfef58c142
commit
2b2c074bea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110607
2 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
11
games/six/files/patch-six_Makefile.in
Normal file
11
games/six/files/patch-six_Makefile.in
Normal file
|
@ -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 \
|
Loading…
Reference in a new issue