diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-23 10:28:03 +0000 |
commit | c958a485819003ec24c1ea1b01940ea7c953115e (patch) | |
tree | 544858c7e8531f55637ace19f7fe9ce4ac601ede /archivers/rpm4/Makefile | |
parent | a0b1f9f804c55b43a404082d192042d7b0e7f832 (diff) | |
download | ports-c958a485819003ec24c1ea1b01940ea7c953115e.tar.gz ports-c958a485819003ec24c1ea1b01940ea7c953115e.zip |
Notes
Diffstat (limited to 'archivers/rpm4/Makefile')
-rw-r--r-- | archivers/rpm4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 23e75a064bd4..4f5e27345e04 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -57,9 +57,7 @@ CONFIGURE_ENV+= LUA_CFLAGS=-I${LUA_INCDIR} \ PLIST_SUB+= VERSION=${PORTVERSION} post-patch: - ${REINPLACE_CMD} \ - -e '/_LDADD =/s/=/= @LTLIBINTL@/' \ - -e 's:\.\./\.\./bin/::' ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e 's:\.\./\.\./bin/::' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's/(hpux)/& || defined(__FreeBSD__)/' \ ${WRKSRC}/misc/fts.? ${REINPLACE_CMD} -e 's/ __GLIBC__.*/& || defined(__FreeBSD__)/' \ |