summaryrefslogtreecommitdiff
path: root/editors/xemacs/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs/Makefile.common')
-rw-r--r--editors/xemacs/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common
index ae7077dcce0..408c0a77014 100644
--- a/editors/xemacs/Makefile.common
+++ b/editors/xemacs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2007/02/15 14:27:48 joerg Exp $
+# $NetBSD: Makefile.common,v 1.19 2007/04/20 15:05:22 joerg Exp $
DISTNAME= xemacs-21.4.17
CATEGORIES= editors
@@ -72,6 +72,10 @@ CONFIGURE_ARGS+= --with_sound=none
. endif
.endif
+.if ${OPSYS} == "DragonFly" && exists(/usr/lib/crtbegin.o)
+CPPFLAGS+= -DDFLY_PRE_17_CRT
+.endif
+
.if defined(MANZ)
PLIST_SUBST+= ELSUFX='.gz'
.else