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:
parent
635c54a6a5
commit
dfbb4be26a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68584
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue