summaryrefslogtreecommitdiff
path: root/databases/sqsh
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-24 22:44:43 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-24 22:44:43 +0000
commit2c0713928346353b335a7bc6515c83237f3fc4db (patch)
tree1d2177a08ad3d5dbe28a2772962157f6681e91ba /databases/sqsh
parent- update to 4.5.1 (diff)
Make this compile again by adding -lgiconv to satisfy the libct
dependency.
Notes
Notes: svn path=/head/; revision=52124
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 90fc1c2979b1..10a5badc26e8 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 -lintl"
++ SYBASE_LIBS="-lct -lgiconv -lintl"
MAJOR_VERSION=`echo $SYBASE_VERSION | cut -d '.' -f 1`