diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 02:12:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-10 02:12:45 +0000 |
commit | a9b6ed5f724fe3d1045f29dd9495232f843d4003 (patch) | |
tree | f10f0c909bf33a9f40d2de192dc8248656e380a0 /textproc | |
parent | Fix korganizer crashbug on amd64. (diff) |
Hack around a bug where invalid XML documents would cause libxml to
crash.
Reported by: many
Notes
Notes:
svn path=/head/; revision=121272
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index e2b7e4bc6439..1ba7123b85b1 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libxml2 PORTVERSION= 2.6.15 +PORTREVISION= 1 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 |