diff options
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 231eaf9..f429a90 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> |