diff options
author | novel <novel@FreeBSD.org> | 2005-05-10 00:46:24 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-10 00:46:24 +0800 |
commit | 28f30929d99d0b6c3b5864740ea68259e36af2bf (patch) | |
tree | d9149d7580cf0fed57f6da6cb0d98ab8af842cfb /deskutils/logjam | |
parent | ca30a7988b37380b468606cc19d4350f0bd1db6b (diff) | |
download | freebsd-ports-gnome-28f30929d99d0b6c3b5864740ea68259e36af2bf.tar.gz freebsd-ports-gnome-28f30929d99d0b6c3b5864740ea68259e36af2bf.tar.zst freebsd-ports-gnome-28f30929d99d0b6c3b5864740ea68259e36af2bf.zip |
Fix build with xmms support enabled.
PR: 73758
Submitted by: alfred
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 2635b0e9aec4..1394cc16ab67 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes USE_GNOME= gnomehack gnomeprefix gtk20 libxml2 intlhack CONFIGURE_ARGS= --program-transform-name="s/$$//" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .ifndef(WITHOUT_GTKSPELL) LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 |