diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-12 09:53:51 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-12 09:53:51 +0800 |
commit | 922684ebad57b9c1c496f731a367df390297f9bc (patch) | |
tree | d5eb1251ce14a0d0418ea50998c4097405f6e7bf /security/medusa | |
parent | 0a8c12711850fb24f66348512f8b0ea8c7635ea5 (diff) | |
download | freebsd-ports-gnome-922684ebad57b9c1c496f731a367df390297f9bc.tar.gz freebsd-ports-gnome-922684ebad57b9c1c496f731a367df390297f9bc.tar.zst freebsd-ports-gnome-922684ebad57b9c1c496f731a367df390297f9bc.zip |
Fix build on 4.x
Submitted by: maintainer (on irc)
Diffstat (limited to 'security/medusa')
-rw-r--r-- | security/medusa/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/medusa/Makefile b/security/medusa/Makefile index e95af5c6b822..50e3adfc62bf 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -33,7 +33,9 @@ BROKEN= Does not build on amd64 .endif .if ${OSVERSION} < 500000 -IGNORE= needs lpthread +LIB_DEPENDS+= pth.20:${PORTSDIR}/devel/pth +CFLAGS+= -L${LOCALBASE}/lib/pth +USE_GCC= 3.2+ .endif .if defined(WITH_SVN) |