diff options
Diffstat (limited to 'audio/xmms-defx/Makefile')
-rw-r--r-- | audio/xmms-defx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmms-defx/Makefile b/audio/xmms-defx/Makefile index 3b2c36b..bd3b4f8 100644 --- a/audio/xmms-defx/Makefile +++ b/audio/xmms-defx/Makefile @@ -25,7 +25,7 @@ USE_GNOME= gtk12 PLIST_FILES= lib/xmms/Effect/libdefx.so post-patch: - @${REINPLACE_CMD} -e 's|^MAKE=.*||; s|gcc|${CC}|; s|-O2|${CFLAGS}|; \ + @${REINPLACE_CMD} -e 's|^MAKE=.*||; s|gcc|${CC}|; s|-O2|${CFLAGS} -fPIC|; \ s|gtk-config|${GTK_CONFIG}|' ${WRKSRC}/config.mak @${REINPLACE_CMD} -e 's|-shared|-shared -fPIC|' ${WRKSRC}/Makefile |