summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/sqlite3/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 8bab88c7d509..9c36612bef37 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]*
-USES= pkgconfig
+USES= pathfix
USE_LDCONFIG= YES
GNU_CONFIGURE= YES
@@ -154,9 +154,6 @@ CONFIGURE_ARGS+= --enable-dynamic-extensions
CONFIGURE_ARGS+= --disable-dynamic-extensions
.endif
-post-patch:
- @${REINPLACE_CMD} '/^pkgconf/s,$${libdir},$${prefix}/libdata,' ${WRKSRC}/Makefile.in
-
post-build:
.if ${ARCH}=="i386"
@${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests"