diff options
author | stas <stas@FreeBSD.org> | 2007-07-06 05:37:31 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-07-06 05:37:31 +0800 |
commit | 8a9351288fa2e67077e824207bcb7ca62e2622ef (patch) | |
tree | 04eddd6e392741c2ae7dec405450eeda4a6dbe67 | |
parent | 3cd7b8d90e0b9791a84daa529e1b5a4adb653538 (diff) | |
download | freebsd-ports-gnome-8a9351288fa2e67077e824207bcb7ca62e2622ef.tar.gz freebsd-ports-gnome-8a9351288fa2e67077e824207bcb7ca62e2622ef.tar.zst freebsd-ports-gnome-8a9351288fa2e67077e824207bcb7ca62e2622ef.zip |
- Fix an objformat removal related bug.
Reported by: pav
-rw-r--r-- | sysutils/libieee1284/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/libieee1284/Makefile b/sysutils/libieee1284/Makefile index 43073eedb29f..bb46934d95fa 100644 --- a/sysutils/libieee1284/Makefile +++ b/sysutils/libieee1284/Makefile @@ -41,6 +41,10 @@ PLIST_SUB+= PYTHON="@comment " PORTDOCS= README README.FreeBSD .endif +post-patch: + @${REINPLACE_CMD} -E -e 's,(objformat=).*,\1elf,' \ + ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |