summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-04-27 09:44:21 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-04-27 09:44:21 +0000
commitc17bd17ec54f4984ceffc37853403f91c58fea6b (patch)
tree0ee538df68b77b9f318a2f3e809769dec64e1c2f /deskutils
parent- Update to 1.0.7 (diff)
The risk of cosmetic changes, i accidently broke it, fix.
Fix a few build warnings why i am here.
Notes
Notes: svn path=/head/; revision=134243
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/krss/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/krss/Makefile b/deskutils/krss/Makefile
index 569d5d87c86e..c84aa7f23f32 100644
--- a/deskutils/krss/Makefile
+++ b/deskutils/krss/Makefile
@@ -19,7 +19,8 @@ COMMENT= KDE Rich Site Summary viewer
USE_KDEBASE_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBQT="-lqt-mt" KDB2HTML=${TRUE}
+CONFIGURE_ENV= LIBQT="-lqt-mt ${PTHREAD_LIBS}" KDB2HTML=${TRUE}
+MAKE_ENV= LIBQT="-lqt-mt ${PTHREAD_LIBS}" KDB2HTML=${TRUE}
USE_REINPLACE= yes
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
@@ -27,6 +28,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS}
post-patch:
${REINPLACE_CMD} -e 's|$$(LIB_KFILE)|-lkio|' ${WRKSRC}/krss/Makefile.in
- ${REINPLACE_CMD} -e 's|-pedantic||' ${WRKSRC}/configure
+ ${REINPLACE_CMD} -e 's|-pedantic||;s|-Wmissing-prototypes||' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>