diff options
author | marcus <marcus@FreeBSD.org> | 2008-12-12 15:39:17 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-12-12 15:39:17 +0800 |
commit | 776581f8f178a42e26a14a3c4c59283fc366f455 (patch) | |
tree | 6a864b8f7e265a044d7713ae3381060e66be899b /net-im | |
parent | 7e7375ee118052d3680dce43162f20a271a321c4 (diff) | |
download | freebsd-ports-gnome-776581f8f178a42e26a14a3c4c59283fc366f455.tar.gz freebsd-ports-gnome-776581f8f178a42e26a14a3c4c59283fc366f455.tar.zst freebsd-ports-gnome-776581f8f178a42e26a14a3c4c59283fc366f455.zip |
Fix the build on 6.X.
Reported by: pointyhat via erwin and pav
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-gabble/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile index f1942da3c2e0..466dd64d6fc6 100644 --- a/net-im/telepathy-gabble/Makefile +++ b/net-im/telepathy-gabble/Makefile @@ -24,6 +24,7 @@ BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} GNU_CONFIGURE= yes +LDFLAGS= ${PTHREAD_LIBS} USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig glib20 USE_OPENSSL= yes @@ -34,7 +35,7 @@ MAN8= telepathy-gabble.8 .include <bsd.port.pre.mk> .if defined(WITH_OPENSSL_BASE) -CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" +CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" .endif .include <bsd.port.post.mk> |