diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:48:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-02 22:48:55 +0000 |
commit | 0f26c7435afef74cd5caeef075e1d831faa4c55c (patch) | |
tree | 8d35b237cf3c9042f325afdb53d9ebe6fd57c586 /irc/xchat-systray-plugin | |
parent | 2d773288b2a15d2d82b55220af65f2c14c62bd7f (diff) | |
download | ports-0f26c7435afef74cd5caeef075e1d831faa4c55c.tar.gz ports-0f26c7435afef74cd5caeef075e1d831faa4c55c.zip |
Notes
Diffstat (limited to 'irc/xchat-systray-plugin')
-rw-r--r-- | irc/xchat-systray-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/xchat-systray-plugin/Makefile b/irc/xchat-systray-plugin/Makefile index 194b2c136a25..a407d4d7e759 100644 --- a/irc/xchat-systray-plugin/Makefile +++ b/irc/xchat-systray-plugin/Makefile @@ -24,7 +24,7 @@ USE_GNOME= gtk20 USE_REINPLACE= yes post-patch: - @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|-O2|${CFLAGS} -fPIC|' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/systray.so ${X11BASE}/lib/xchat/plugins/ |