aboutsummaryrefslogtreecommitdiff
path: root/japanese/plain2
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-04-08 01:54:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-04-08 01:54:39 +0000
commit8c86549169540f6f7a48fe2ee979f91ff7982f80 (patch)
tree4b027d45493630128c8c1f5dc07db503ed235901 /japanese/plain2
parente2a8beadf54ecfd9d5a2b019f4c08275f299475b (diff)
downloadports-8c86549169540f6f7a48fe2ee979f91ff7982f80.tar.gz
ports-8c86549169540f6f7a48fe2ee979f91ff7982f80.zip
Fix core dump by adding -fwritable-strings.
Reported by: SHIMURA Tatsuya <shimura@math.cst.nihon-u.ac.jp>
Notes
Notes: svn path=/head/; revision=78569
Diffstat (limited to 'japanese/plain2')
-rw-r--r--japanese/plain2/Makefile3
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: