diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-04-08 09:54:39 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-04-08 09:54:39 +0800 |
commit | 9acb0782363109492f2fec7598024908c50cb6cf (patch) | |
tree | 5c318185e7a9daf179179b79919b0c0216fc3021 /japanese/plain2 | |
parent | d3da34d4cf2bf790104263afa67f484ba46b4192 (diff) | |
download | freebsd-ports-gnome-9acb0782363109492f2fec7598024908c50cb6cf.tar.gz freebsd-ports-gnome-9acb0782363109492f2fec7598024908c50cb6cf.tar.zst freebsd-ports-gnome-9acb0782363109492f2fec7598024908c50cb6cf.zip |
Fix core dump by adding -fwritable-strings.
Reported by: SHIMURA Tatsuya <shimura@math.cst.nihon-u.ac.jp>
Diffstat (limited to 'japanese/plain2')
-rw-r--r-- | japanese/plain2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/plain2/Makefile b/japanese/plain2/Makefile index 2af179b18f44..841037f6ba73 100644 --- a/japanese/plain2/Makefile +++ b/japanese/plain2/Makefile @@ -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: |