diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-05-02 04:48:25 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-05-02 04:48:25 +0800 |
commit | 04232f217341e3ecb9218888ef2d29154a75b22a (patch) | |
tree | 1565842ed3d55b2057c7399bb8dd98fd95c17774 /mail | |
parent | 70a00249e8d2439198dc9c5fc1b505c091b1bdfb (diff) | |
download | freebsd-ports-gnome-04232f217341e3ecb9218888ef2d29154a75b22a.tar.gz freebsd-ports-gnome-04232f217341e3ecb9218888ef2d29154a75b22a.tar.zst freebsd-ports-gnome-04232f217341e3ecb9218888ef2d29154a75b22a.zip |
Fix a glade-related crash.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-notification/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile index 6caa3f2a3f5a..2fd7992fe5d6 100644 --- a/mail/mail-notification/Makefile +++ b/mail/mail-notification/Makefile @@ -7,7 +7,7 @@ PORTNAME= mail-notification PORTVERSION= 2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= mailnotify @@ -20,7 +20,7 @@ USE_GNOME= gnomeprefix gnomehack eel2 GNU_CONFIGURE= yes USE_GMAKE= yes CPPFLAGS= -I${LOCALBASE}/include -LDFLAGS= -L${LOCALBASE}/lib +LDFLAGS= -L${LOCALBASE}/lib -Wl,-export-dynamic CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" GCONF_SCHEMAS= mail-notification.schemas INSTALLS_OMF= yes @@ -73,7 +73,6 @@ BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/mail/evolution:patch \ RUN_DEPENDS+= ${X11BASE}/libdata/pkgconfig/evolution-plugin-2.6.pc:${PORTSDIR}/mail/evolution EVOLUTION_WRKSRC!= cd ${PORTSDIR}/mail/evolution && ${MAKE} -V WRKSRC CONFIGURE_ARGS+= --with-evolution-source-dir="${EVOLUTION_WRKSRC}" -LDFLAGS+= -Wl,-export-dynamic PLIST_SUB+= EVOLUTION="" LITERAL_PREFIX="${PREFIX}" .endif .if defined(WITHOUT_SYLPHEED) |