diff options
author | beech <beech@FreeBSD.org> | 2008-12-20 16:33:44 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-12-20 16:33:44 +0800 |
commit | b278d582ab7e53aadcb99e9cdfcceb90ca40680c (patch) | |
tree | 07b7268434043022cabd3c7ba5524fa0f8dca7cf /net/x11vnc | |
parent | 2839c46d747097c78b627519228c545e9454fcd9 (diff) | |
download | freebsd-ports-gnome-b278d582ab7e53aadcb99e9cdfcceb90ca40680c.tar.gz freebsd-ports-gnome-b278d582ab7e53aadcb99e9cdfcceb90ca40680c.tar.zst freebsd-ports-gnome-b278d582ab7e53aadcb99e9cdfcceb90ca40680c.zip |
- Linking avahi is broken, define without.
- Unbreak
Submitted by: Jan Henrik Sylvester <me@janh.de>
Diffstat (limited to 'net/x11vnc')
-rw-r--r-- | net/x11vnc/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/x11vnc/Makefile b/net/x11vnc/Makefile index d26aa4b4e5a0..6351dddc8ac5 100644 --- a/net/x11vnc/Makefile +++ b/net/x11vnc/Makefile @@ -7,6 +7,7 @@ PORTNAME= x11vnc PORTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF MASTER_SITE_SUBDIR=libvncserver @@ -15,8 +16,9 @@ MAINTAINER= beech@FreeBSD.org COMMENT= VNC server for use with real X displays LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - dbus:${PORTSDIR}/devel/dbus \ - avahi-common.3:${PORTSDIR}/net/avahi-app + dbus:${PORTSDIR}/devel/dbus +# linking avahi is broken +# avahi-common.3:${PORTSDIR}/net/avahi-app USE_GNOME= gnometarget USE_XORG= x11 xdamage xfixes xrandr xinerama xext xtst xau xrender xdmcp recordproto @@ -25,12 +27,11 @@ USE_ICONV= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS+=--without-avahi MAN1= x11vnc.1 PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO -BROKEN= Does not compile (linker problems) - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure |