aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpeg/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-08-30 13:24:47 +0800
committerasami <asami@FreeBSD.org>2000-08-30 13:24:47 +0800
commite1046587c041a2dd4ac17512ed872fab94a71d9e (patch)
tree15ffab3217ed9f9c291634f9bab3d7fc482613a4 /graphics/jpeg/files
parent2230e549907591119817948cd6bcba426477db2d (diff)
downloadfreebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.tar.gz
freebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.tar.zst
freebsd-ports-gnome-e1046587c041a2dd4ac17512ed872fab94a71d9e.zip
test uses = for equality, not ==.
Diffstat (limited to 'graphics/jpeg/files')
-rw-r--r--graphics/jpeg/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab
index 091185f0ecfa..e4de71cf3d30 100644
--- a/graphics/jpeg/files/patch-ab
+++ b/graphics/jpeg/files/patch-ab
@@ -5,7 +5,7 @@
if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then
USELIBTOOL="yes"
- LIBTOOL="./libtool"
-+ if test "x$LIBTOOL" == "x"; then
++ if test "x$LIBTOOL" = "x"; then
+ LIBTOOL="./libtool"
+ fi
O="lo"