diff options
Diffstat (limited to 'deskutils/krefty/Makefile')
-rw-r--r-- | deskutils/krefty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/krefty/Makefile b/deskutils/krefty/Makefile index a6567db4cd66..439268c4a311 100644 --- a/deskutils/krefty/Makefile +++ b/deskutils/krefty/Makefile @@ -22,7 +22,7 @@ post-extract: @${TOUCH} ${WRKSRC}/config.h.in post-patch: - @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \ + @${REINPLACE_CMD} -e 's|-O2|-fPIC|g; s|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} post-install: |