diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-24 17:09:58 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-24 17:09:58 +0000 |
commit | 28ca5b96a23102bc508dd441fedf3cdf3eef313f (patch) | |
tree | 8bff0e951ded629b0a9a867dfad08db840b0458a /misc/xosd | |
parent | c0b425947d651ac5423ebe86942c88c6a64dc35a (diff) |
Notes
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index a6fd899e7ad1..72e2ccda56cd 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -44,8 +44,7 @@ DELAY_UNITS= seconds .endif post-patch: - @${REINPLACE_CMD} -e 's,-lpthread,${PTHREAD_LIBS}, ; \ - s,echo aout,echo elf,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's,echo aout,echo elf,' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,^\(CFLAGS =\)\(.*\)$$,\1 -I..\2,' \ ${WRKSRC}/src/libxosd/Makefile.in \ ${WRKSRC}/src/xmms_plugin/Makefile.in |