diff options
author | stas <stas@FreeBSD.org> | 2007-07-06 06:06:12 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2007-07-06 06:06:12 +0800 |
commit | 24b424556f3eb43d439bcda6ed9b58182e48fb95 (patch) | |
tree | 05b5a0af99c917fb5166b049cf032091d70a4c17 /devel/libmpcbdm | |
parent | 8a9351288fa2e67077e824207bcb7ca62e2622ef (diff) | |
download | freebsd-ports-graphics-24b424556f3eb43d439bcda6ed9b58182e48fb95.tar.gz freebsd-ports-graphics-24b424556f3eb43d439bcda6ed9b58182e48fb95.tar.zst freebsd-ports-graphics-24b424556f3eb43d439bcda6ed9b58182e48fb95.zip |
- Fix bug related to objformat removal.
Reported by: pav
Diffstat (limited to 'devel/libmpcbdm')
-rw-r--r-- | devel/libmpcbdm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/libmpcbdm/Makefile b/devel/libmpcbdm/Makefile index ef624ce773a..fce840ea52d 100644 --- a/devel/libmpcbdm/Makefile +++ b/devel/libmpcbdm/Makefile @@ -23,6 +23,10 @@ USE_LDCONFIG= yes ONLY_FOR_ARCHS= i386 +post-patch: + @${REINPLACE_CMD} -E -e 's,(objformat=).*,\1elf,' \ + ${WRKSRC}/configure + post-install: @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/Flash.dev ${DATADIR} |