diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-27 16:29:28 +0000 |
commit | bb5439929387b1375fed99d582744b03d7708a4a (patch) | |
tree | c588fb384e145a5fb2bde00aba6ef4032adf3d66 /devel/ngpt | |
parent | - Update patch-Makefile.in (I forgot it in my last commit), fix build. (diff) |
- Fix after objformat removal
Reported by: pointyhat
Diffstat (limited to 'devel/ngpt')
-rw-r--r-- | devel/ngpt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ngpt/Makefile b/devel/ngpt/Makefile index 46952d276a00..6b7f7f99288a 100644 --- a/devel/ngpt/Makefile +++ b/devel/ngpt/Makefile @@ -23,4 +23,7 @@ USE_GMAKE= yes ONLY_FOR_ARCHS= amd64 i386 +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig + .include <bsd.port.mk> |