diff options
author | tijl <tijl@FreeBSD.org> | 2013-06-26 15:37:32 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2013-06-26 15:37:32 +0800 |
commit | a6c95002d57e6f0b6fc4e0816ccb2c9ba52f485a (patch) | |
tree | c29120adcd3e04a7b73c9e2acba96eb287d90e91 /databases | |
parent | 345186778aa87f2553d6552c6e06f81718ed8feb (diff) | |
download | freebsd-ports-gnome-a6c95002d57e6f0b6fc4e0816ccb2c9ba52f485a.tar.gz freebsd-ports-gnome-a6c95002d57e6f0b6fc4e0816ccb2c9ba52f485a.tar.zst freebsd-ports-gnome-a6c95002d57e6f0b6fc4e0816ccb2c9ba52f485a.zip |
- Remove pkgconfig dependency. The port only installs a .pc file.
- Replace post-patch with pathfix.
Approved by: pavelivolkov@gmail.com (maintainer)
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" |