forked from Lainports/freebsd-ports
The risk of cosmetic changes, i accidently broke it, fix.
Fix a few build warnings why i am here.
This commit is contained in:
parent
0b2306c4db
commit
c17bd17ec5
1 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue