diff options
Diffstat (limited to 'accessibility/at-poke/Makefile')
-rw-r--r-- | accessibility/at-poke/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accessibility/at-poke/Makefile b/accessibility/at-poke/Makefile index de74c4281b6e..28d4f723d853 100644 --- a/accessibility/at-poke/Makefile +++ b/accessibility/at-poke/Makefile @@ -21,4 +21,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/eventlog.h + .include <bsd.port.mk> |