diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-26 07:37:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-06-26 07:37:32 +0000 |
commit | eace23c3ca3f9f28a78e87167a1e4951f0072398 (patch) | |
tree | c29120adcd3e04a7b73c9e2acba96eb287d90e91 /databases | |
parent | 8f0e04b11878034779283d23abbfc3be09de93b8 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlite3/Makefile | 5 |
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" |