diff options
author | pav <pav@FreeBSD.org> | 2007-02-02 22:26:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-02 22:26:39 +0800 |
commit | 650d9a8381ef5449e32b753aa82a0b89b253ea5d (patch) | |
tree | 3a4e1518fdba7e64c4f6e0bea9edcfabf05b183f /devel/ORBit | |
parent | 1b09678da0f5332f25429430511264e259c7d217 (diff) | |
download | freebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.tar.gz freebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.tar.zst freebsd-ports-gnome-650d9a8381ef5449e32b753aa82a0b89b253ea5d.zip |
- Fix after objformat removal
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 1efd7d5b15bc..b8bf6308a8a2 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -29,6 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= libIDL post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libIDL/configure ${WRKSRC}/popt/configure @${TOUCH} ${WRKSRC}/configure post-install: |