diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:42:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:42:12 +0800 |
commit | 49fec848298bc7281f173dc587db12469cb6e11d (patch) | |
tree | fe9e62b4e87aac86a65be2f8d53c9fa08f1f800f /databases | |
parent | 351349f08b458097c8d7ec70276578f64a2eadbb (diff) | |
download | freebsd-ports-gnome-49fec848298bc7281f173dc587db12469cb6e11d.tar.gz freebsd-ports-gnome-49fec848298bc7281f173dc587db12469cb6e11d.tar.zst freebsd-ports-gnome-49fec848298bc7281f173dc587db12469cb6e11d.zip |
- Stage support
Diffstat (limited to 'databases')
-rw-r--r-- | databases/spatialite/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 45243b3e4965..583c160a4349 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -26,7 +26,6 @@ LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} CONFIGURE_ARGS+=--enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in |