summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-06-09 07:32:28 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-06-09 07:32:28 +0000
commit7f5679ddceea6652f4e55cd09e965cf68de9e64d (patch)
tree09ff511824491d361606403c93bbb4655c207fb3 /x11
parentDo not escape HTML messages in ICQ if the message beings with <HTML>. This (diff)
Fix build in presence of libutils.
PR: ports/67716
Notes
Notes: svn path=/head/; revision=111137
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile
index 231eaf908117..f429a90ca873 100644
--- a/x11/xscreensaver-gnome/Makefile
+++ b/x11/xscreensaver-gnome/Makefile
@@ -93,5 +93,7 @@ post-patch:
${WRKSRC}/hacks/glx/klein.c
@${REINPLACE_CMD} -E -e 's|^[[:space:]]*GL_LIBS="${PTHREAD_LIBS}"|#|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|<util.h>|<libutil.h>|' \
+ ${WRKSRC}/hacks/phosphor.c ${WRKSRC}/hacks/apple2-main.c
.include <bsd.port.post.mk>