aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-02-27 01:40:56 +0800
committermarcus <marcus@FreeBSD.org>2004-02-27 01:40:56 +0800
commit2a5dae88b9cafb225c6e37714a709ed9d55dfe7f (patch)
tree0c2af79548bf4dace6ab3281e51a5eb7356b7d96 /www/seamonkey2/Makefile
parentff94b3e5aa419ced4e07e4a6a44468b209e97f3f (diff)
downloadfreebsd-ports-gnome-2a5dae88b9cafb225c6e37714a709ed9d55dfe7f.tar.gz
freebsd-ports-gnome-2a5dae88b9cafb225c6e37714a709ed9d55dfe7f.tar.zst
freebsd-ports-gnome-2a5dae88b9cafb225c6e37714a709ed9d55dfe7f.zip
* Actually reference the extra patch on 4.X
* s|/usr/bin/sort|${SORT}|
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r--www/seamonkey2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile
index d5bad320d02e..3e6051853e51 100644
--- a/www/seamonkey2/Makefile
+++ b/www/seamonkey2/Makefile
@@ -175,6 +175,10 @@ ALL_TARGET= default
CONFIGURE_ARGS+= --enable-reorder
.endif
+.if ${OSVERSION} < 500035
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-nsSVGLibartGlyphMetricsFT.cpp
+.endif
+
.if defined(WITH_OPTIMIZED_CFLAGS)
CFLAGS+= -O2
CONFIGURE_ARGS+= --enable-optimize=-O2
@@ -238,7 +242,7 @@ post-build:
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome; \
${TOUCH} ./chrome/user-skins.rdf ./chrome/user-locales.rdf)
- ${FIND} ${WRKSRC}/dist/bin -type d | /usr/bin/sort -r | \
+ ${FIND} ${WRKSRC}/dist/bin -type d | ${SORT} -r | \
${XARGS} ${RMDIR} 2> /dev/null || ${TRUE}
pre-install: