diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-03 09:35:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-03 09:35:15 +0000 |
commit | d0f9c677c0a8964665d96a7f123e7aef360448f8 (patch) | |
tree | c6bbafd2cdd50ad4b7e93cebf6ec6757c52cac3a /x11/qt4-sqlite3/PLIST | |
parent | 5bcb1f981eda54a3be5c1ba46c5e9ff4d9b2aec0 (diff) | |
download | pkgsrc-d0f9c677c0a8964665d96a7f123e7aef360448f8.tar.gz |
-make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
probed as GNU iconv (due to its signature), it doesn't support empty
strings as encoding (interpreted as "current locale's encoding" by
GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
it work as expected.
-update to 4.3.1
changes:
-bugfixes
-Updated the German translation to provide complete coverage of Qt
Diffstat (limited to 'x11/qt4-sqlite3/PLIST')
-rw-r--r-- | x11/qt4-sqlite3/PLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/qt4-sqlite3/PLIST b/x11/qt4-sqlite3/PLIST new file mode 100644 index 00000000000..2a56b559324 --- /dev/null +++ b/x11/qt4-sqlite3/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2007/09/03 09:35:18 drochner Exp $ +qt4/plugins/sqldrivers/libqsqlite.la +@unexec ${RMDIR} %D/qt4/plugins/sqldrivers 2>/dev/null || ${TRUE} |