diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /x11-wm/epplets | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) | |
download | ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.tar.gz ports-771ea13f4111cf3212b9c32c18ac5fc1975d483d.zip |
Notes
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 37e0d6ade284..5d0e03db5c12 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -24,7 +24,7 @@ USE_XORG= xext USE_GNOME= esound gnometarget USE_GL= glut USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 autoconf:261 +USE_AUTOTOOLS= libtool:15 autoconf:262 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -37,6 +37,7 @@ BROKEN= Does not compile on 5.x .endif post-patch: + @${REINPLACE_CMD} -e 's|2.61|2.62|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \ ${WRKSRC}/epplets/Emix.c @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \ |