diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-14 17:15:07 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-14 17:15:07 +0000 |
commit | b53ad27cbe656521e871a6403ffb4468fa5052ca (patch) | |
tree | 137f93f5829a52011560ad9f75c7e595c9121208 /irc | |
parent | efe56780ba4a0adcaf699ac86e1c5c991bfffe74 (diff) | |
download | FreeBSD-ports-b53ad27cbe656521e871a6403ffb4468fa5052ca.zip FreeBSD-ports-b53ad27cbe656521e871a6403ffb4468fa5052ca.tar.gz |
Ensure that xchat is linked against libc_r to avoid spurious crashes on
-CURRENT.
Based on patch that was
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat-gnome/Makefile | 5 | ||||
-rw-r--r-- | irc/xchat2/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index bc40d7e..c4131b5 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -24,8 +25,8 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 \ --enable-perl diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index bc40d7e..c4131b5 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -7,6 +7,7 @@ PORTNAME= xchat2 PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://xchat.org/files/source/1.9/ \ http://xchat.linuxpower.org/files/source/1.9/ @@ -24,8 +25,8 @@ USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack GNU_CONFIGURE= yes USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-nls \ --enable-ipv6 \ --enable-perl |