diff options
author | arved <arved@FreeBSD.org> | 2007-03-18 02:25:58 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2007-03-18 02:25:58 +0800 |
commit | 2d47c4536287c3ec7a8166bb8601dc26b151732f (patch) | |
tree | 8f153ad3f1ff1e4f7d757ab88173731bb0dfb637 | |
parent | 7f62e8f95b641ed07d5301a9e01139e34c6ade9c (diff) | |
download | freebsd-ports-gnome-2d47c4536287c3ec7a8166bb8601dc26b151732f.tar.gz freebsd-ports-gnome-2d47c4536287c3ec7a8166bb8601dc26b151732f.tar.zst freebsd-ports-gnome-2d47c4536287c3ec7a8166bb8601dc26b151732f.zip |
Fix build after objformat removal
-rw-r--r-- | audio/bmp-songchange/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/SoXt/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/audio/bmp-songchange/Makefile b/audio/bmp-songchange/Makefile index 64e9cdc71857..ba008b1ec829 100644 --- a/audio/bmp-songchange/Makefile +++ b/audio/bmp-songchange/Makefile @@ -21,4 +21,9 @@ GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure + +.include <bsd.port.post.mk> diff --git a/x11-toolkits/SoXt/Makefile b/x11-toolkits/SoXt/Makefile index c6ee1af2715a..1aa10a5703ca 100644 --- a/x11-toolkits/SoXt/Makefile +++ b/x11-toolkits/SoXt/Makefile @@ -26,4 +26,9 @@ CONFIGURE_TARGET= --target="" USE_LDCONFIG= yes MAN1= soxt-config.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure + +.include <bsd.port.post.mk> |