summaryrefslogtreecommitdiff
path: root/net/tintin++-devel
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-08 03:59:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-08 03:59:25 +0000
commit8fdead918f2e0033ce992789a2b0a96cefb50d1d (patch)
tree5235e0e6b17daa6a78c2bef6af056c70979c4a12 /net/tintin++-devel
parent- mark IGNORE for perl < 5.6 (diff)
- fix BROKEN in 4.x
Noted by: krisbot
Notes
Notes: svn path=/head/; revision=170053
Diffstat (limited to 'net/tintin++-devel')
-rw-r--r--net/tintin++-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tintin++-devel/Makefile b/net/tintin++-devel/Makefile
index e18e279ba42b..59197798e2b1 100644
--- a/net/tintin++-devel/Makefile
+++ b/net/tintin++-devel/Makefile
@@ -20,6 +20,7 @@ WRKSRC= ${WRKDIR}/tt/src
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GCC= 3.2+
PLIST_FILES= bin/tt++
PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt
@@ -30,6 +31,7 @@ PORTDOCS= BUGS CREDITS FAQ README TODO tintin19.txt chat_protocol.txt
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
CFLAGS+= -I ${LOCALBASE}/include
MAKE_ENV+= LIBS="-L${LOCALBASE}/lib"
+MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS}
.endif
post-patch: