aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-06-09 15:32:28 +0800
committervs <vs@FreeBSD.org>2004-06-09 15:32:28 +0800
commitcb76b81567a1afdef23f0efbc6aa8182196ef6ee (patch)
treef9c1cce3f5f4705ccbf76bad8b224d330bfb7a7c /x11
parent0d8ae16c8a63869d0d757c1a31e7d0c4e234f13e (diff)
downloadfreebsd-ports-gnome-cb76b81567a1afdef23f0efbc6aa8182196ef6ee.tar.gz
freebsd-ports-gnome-cb76b81567a1afdef23f0efbc6aa8182196ef6ee.tar.zst
freebsd-ports-gnome-cb76b81567a1afdef23f0efbc6aa8182196ef6ee.zip
Fix build in presence of libutils.
PR: ports/67716
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>