aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-06-26 07:37:32 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-06-26 07:37:32 +0000
commiteace23c3ca3f9f28a78e87167a1e4951f0072398 (patch)
treec29120adcd3e04a7b73c9e2acba96eb287d90e91 /databases
parent8f0e04b11878034779283d23abbfc3be09de93b8 (diff)
Notes
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"