diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-08 11:59:25 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-08 11:59:25 +0800 |
commit | 7e334f10015e1984bca8788b3e7b9aba145e46ee (patch) | |
tree | 8b32ee0c91cc3489c3e6403aee3f7865ea213e8b | |
parent | 2dfa8f32daefbbc560033c923d275fc36e0c9763 (diff) | |
download | freebsd-ports-gnome-7e334f10015e1984bca8788b3e7b9aba145e46ee.tar.gz freebsd-ports-gnome-7e334f10015e1984bca8788b3e7b9aba145e46ee.tar.zst freebsd-ports-gnome-7e334f10015e1984bca8788b3e7b9aba145e46ee.zip |
- fix BROKEN in 4.x
Noted by: krisbot
-rw-r--r-- | net/tintin++-devel/Makefile | 2 |
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: |