aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-10-21 00:26:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-10-21 00:26:48 +0000
commit46b2d791da3ecb04b378dc86d0ad047e53ebd158 (patch)
treee736353f59fdb48cbd9be8e0c282c8bbe2cd5248 /gnu/usr.bin/groff/src
parent513829ec5ee8d4aa7eaf8c486eacf80737585855 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src')
-rw-r--r--gnu/usr.bin/groff/src/roff/groff/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile
index d057d50382be..313dd6f4339a 100644
--- a/gnu/usr.bin/groff/src/roff/groff/Makefile
+++ b/gnu/usr.bin/groff/src/roff/groff/Makefile
@@ -6,4 +6,10 @@ DPADD= ${LIBGROFF} ${LIBM}
LDADD= ${LIBGROFF} -lm
CLEANFILES= ${MAN}
+.if ${MACHINE_ARCH} == "alpha"
+#XXXX ld produces only one PT_LOAD segment when this binary
+#XXXX is linked dynamically, which confuses the rtld
+LDFLAGS+= -static
+.endif
+
.include <bsd.prog.mk>