1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix core dump by adding -fwritable-strings.

Reported by:	SHIMURA Tatsuya <shimura@math.cst.nihon-u.ac.jp>
This commit is contained in:
Jun Kuriyama 2003-04-08 01:54:39 +00:00
parent e2a8beadf5
commit 8c86549169
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78569

View File

@ -7,6 +7,7 @@
PORTNAME= plain2
PORTVERSION= 2.54.1
PORTREVISION= 1
CATEGORIES= japanese textproc
MASTER_SITES= http://ftp.debian.or.jp/debian-jp/pool/main/p/plain2/
DISTNAME= ${PORTNAME}_${PORTVERSION:R}p${PORTVERSION:E}.orig
@ -22,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}p${PORTVERSION:E}.orig
BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}p${PORTVERSION:E}.orig/src
USE_REINPLACE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DBSD -DKANJI -DPICTURE -DHTML"
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DBSD -DKANJI -DPICTURE -DHTML -fwritable-strings"
ALL_TARGET= ${PORTNAME}
post-patch: