diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
commit | 36811d3a77388c270224c6f88ea7f6510dd74f09 (patch) | |
tree | 08ef0f97d1f8360bca9cd7ec0705332d8af73c76 /graphics | |
parent | 9f79584da9b5c7efff01c21b055c190851108302 (diff) | |
download | ports-36811d3a77388c270224c6f88ea7f6510dd74f09.tar.gz ports-36811d3a77388c270224c6f88ea7f6510dd74f09.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 2 | ||||
-rw-r--r-- | graphics/jpeg/files/patch-ab | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index 091185f0ecfa..e4de71cf3d30 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/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" 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" |