aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-10-21 03:21:50 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-10-21 03:21:50 +0000
commit40145a58da228f1aee9e9fd46751048065d67ff7 (patch)
tree9ad488c24a3c56f69fcf2017104b82d5726d00c5 /gnu/usr.bin/groff/src
parent4051b0fec6714f349d3d83153eaf09f831db49c7 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/groff/src')
-rw-r--r--gnu/usr.bin/groff/src/roff/groff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/src/roff/groff/Makefile b/gnu/usr.bin/groff/src/roff/groff/Makefile
index 313dd6f4339a5..9a895d112656c 100644
--- a/gnu/usr.bin/groff/src/roff/groff/Makefile
+++ b/gnu/usr.bin/groff/src/roff/groff/Makefile
@@ -9,7 +9,7 @@ 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
+NOSHARED?= yes
.endif
.include <bsd.prog.mk>