aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sqsh
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-12-25 06:44:43 +0800
committersteve <steve@FreeBSD.org>2001-12-25 06:44:43 +0800
commit13094c95845026b1696e78efbee897b0694c9461 (patch)
tree555ce0f5afa309b47e1690cdbe666136d68edc39 /databases/sqsh
parent6dd591f002ec89a275a6d53520bba7ceefa16ab3 (diff)
downloadfreebsd-ports-gnome-13094c95845026b1696e78efbee897b0694c9461.tar.gz
freebsd-ports-gnome-13094c95845026b1696e78efbee897b0694c9461.tar.zst
freebsd-ports-gnome-13094c95845026b1696e78efbee897b0694c9461.zip
Make this compile again by adding -lgiconv to satisfy the libct
dependency.
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`