diff options
author | Lars Engels <lme@FreeBSD.org> | 2014-03-13 20:42:14 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2014-03-13 20:42:14 +0000 |
commit | a2d55e4d0560d1ac7d1ec751e7e811cd835ea43c (patch) | |
tree | 17e0725383d29b29f49629dac39eb26aec6cd524 | |
parent | - Update to version 1.3.6 [1] (diff) |
- Fix build on 10
Notes
Notes:
svn path=/head/; revision=348124
-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: |