diff options
-rw-r--r-- | x11/ipager/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/ipager/Makefile b/x11/ipager/Makefile index 19eb49a99ac8..a98389868592 100644 --- a/x11/ipager/Makefile +++ b/x11/ipager/Makefile @@ -27,6 +27,7 @@ THEMES= atlantis.conf \ post-patch: @${REINPLACE_CMD} -e '35,36d;89d;92,94d' \ + -e "s/\([^-]pthread'\)/\1, 'X11'/" \ ${WRKSRC}/SConstruct pre-build: |