xemacs21 is dumping core at start-up on -current. Add an additional

CONFIGURE_ARGS line to define ldflags so that the core dump no longer
happens.

SUBMITTED BY: jhb
This commit is contained in:
Gary Jennejohn 2002-10-22 08:09:58 +00:00
parent 635c54a6a5
commit dfbb4be26a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68584

View file

@ -97,6 +97,12 @@ WITH_OFFIX?= --with-offix=no
# the next .endif belongs to !MULE_PORT
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
CONFIGURE_ARGS+= --ldflags=-Wl,-znocombreloc
.endif
# fix .so references in a few man pages
pre-configure::
.for file in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
@ -125,4 +131,4 @@ post-install::
${INSTALL_SCRIPT} ${FILESDIR}/xemacs21.sh ${PREFIX}/etc/rc.d
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>