diff options
Diffstat (limited to 'mail/elmo/Makefile')
-rw-r--r-- | mail/elmo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 27438d37249..c9e133d301f 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:18 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/07/16 15:40:56 wiz Exp $ # -DISTNAME= elmo-1.3.1 +DISTNAME= elmo-1.3.2 PKGREVISION= # empty CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=elmo/} @@ -16,6 +16,8 @@ GNU_CONFIGURE= yes REPLACE_PERL= elmoconf.pl CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme} +# I get segmentation faults when not compiled with debug enabled +CONFIGURE_ARGS+= --enable-debug SUBST_CLASSES= tux SUBST_STAGE.tux= post-patch |