aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ltxml
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-04-18 23:41:52 +0800
committerjylefort <jylefort@FreeBSD.org>2005-04-18 23:41:52 +0800
commit4fb7e92c44fdb44dc514a4d05109fd42944a9229 (patch)
tree321e1d4e4ef212c24c0d44232c7fc8676783fe28 /textproc/ltxml
parent8f26f666fba42c835c2e7497f8f2c258c31311c3 (diff)
downloadfreebsd-ports-gnome-4fb7e92c44fdb44dc514a4d05109fd42944a9229.tar.gz
freebsd-ports-gnome-4fb7e92c44fdb44dc514a4d05109fd42944a9229.tar.zst
freebsd-ports-gnome-4fb7e92c44fdb44dc514a4d05109fd42944a9229.zip
Update to 1.2.7.
PR: ports/80013 Submitted by: Johan van Selst <johans@stack.nl> Approved by: adamw (mentor)
Diffstat (limited to 'textproc/ltxml')
-rw-r--r--textproc/ltxml/Makefile6
-rw-r--r--textproc/ltxml/distinfo4
2 files changed, 7 insertions, 3 deletions
diff --git a/textproc/ltxml/Makefile b/textproc/ltxml/Makefile
index 6cc346dce9da..67233b37d762 100644
--- a/textproc/ltxml/Makefile
+++ b/textproc/ltxml/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ltxml
-PORTVERSION= 1.2.6
+PORTVERSION= 1.2.7
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
@@ -38,6 +38,10 @@ OPTIONS= OPTIMIZED_CFLAGS "Extra optimizations" off
CFLAGS+= -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations -O3
.endif
+.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
+CFLAGS+= -fPIC
+.endif
+
post-install:
.for file in ${PROGRAMS:S/sgmlseg//}
${STRIP_CMD} ${PREFIX}/bin/${file}
diff --git a/textproc/ltxml/distinfo b/textproc/ltxml/distinfo
index 3d1ff277cf7c..68172fe0b5dd 100644
--- a/textproc/ltxml/distinfo
+++ b/textproc/ltxml/distinfo
@@ -1,2 +1,2 @@
-MD5 (ltxml-1.2.6.tar.gz) = e36d870a1ca025805eddc8048666db7d
-SIZE (ltxml-1.2.6.tar.gz) = 1144896
+MD5 (ltxml-1.2.7.tar.gz) = 9b9eff8e9135deda665ff13688e9a845
+SIZE (ltxml-1.2.7.tar.gz) = 1149119