aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqsh
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 19:26:41 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-04-08 19:26:41 +0800
commit9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de (patch)
tree5f9af789fe40616774e29053432aac9cbea689b7 /databases/sqsh
parent65f74041b777797b7d68137bd210416445eb5049 (diff)
downloadfreebsd-ports-gnome-9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de.tar.gz
freebsd-ports-gnome-9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de.tar.zst
freebsd-ports-gnome-9d16dfa15fc1df154337e4b43dc5f0cb1c78c3de.zip
-lgiconv --> -liconv.
Diffstat (limited to 'databases/sqsh')
-rw-r--r--databases/sqsh/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqsh/files/patch-ab b/databases/sqsh/files/patch-ab
index 10a5badc26e8..22a94a72dc91 100644
--- a/databases/sqsh/files/patch-ab
+++ b/databases/sqsh/files/patch-ab
@@ -17,7 +17,7 @@
# on all platforms.
#
- SYBASE_LIBS="-lblk -lcs -lct -lcomn -ltcl -lintl"
-+ SYBASE_LIBS="-lct -lgiconv -lintl"
++ SYBASE_LIBS="-lct -liconv -lintl"
MAJOR_VERSION=`echo $SYBASE_VERSION | cut -d '.' -f 1`