diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:59:19 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2007-03-29 20:59:19 +0800 |
commit | e1c136578c993bc85547e2dc4caac11b574f723e (patch) | |
tree | e49d3980a50320ab3343914652ead9225018efff /audio | |
parent | 6428ab0aeda45cc83c1a1ec931c9b4b4aab002df (diff) | |
download | freebsd-ports-gnome-e1c136578c993bc85547e2dc4caac11b574f723e.tar.gz freebsd-ports-gnome-e1c136578c993bc85547e2dc4caac11b574f723e.tar.zst freebsd-ports-gnome-e1c136578c993bc85547e2dc4caac11b574f723e.zip |
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-shn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/xmms-shn/Makefile b/audio/xmms-shn/Makefile index 8b50a2166439..6df22995f55a 100644 --- a/audio/xmms-shn/Makefile +++ b/audio/xmms-shn/Makefile @@ -20,6 +20,10 @@ RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms USE_X_PREFIX= yes USE_GNOME= gtk12 GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |