FreeBSD Bugzilla – Attachment 138751 Details for
Bug 184834
graphics/chbg: Fix build with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.38 KB, created by
tkato432
on 2013-12-16 18:10:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-12-16 18:10:08 UTC
Size:
1.38 KB
patch
obsolete
>diff -urN /usr/ports/graphics/chbg/Makefile graphics/chbg/Makefile >--- /usr/ports/graphics/chbg/Makefile 2013-11-06 22:02:07.000000000 +0900 >+++ graphics/chbg/Makefile 2013-12-17 00:00:00.000000000 +0900 >@@ -11,23 +11,20 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Change Background Picture with time period > >-LIB_DEPENDS= png15:${PORTSDIR}/graphics/png >+LICENSE= GPLv2 # (or later) > >+LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png >+ >+USES= gmake gettext pathfix > USE_GNOME= gdkpixbuf >-USE_GMAKE= yes >-USES= gettext > GNU_CONFIGURE= yes >-CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" >-CPPFLAGS+= -I${LOCALBASE}/include > CONFIGURE_ARGS= --disable-gnome > >-NO_STAGE= yes >-.include <bsd.port.pre.mk> >- >-MAN1= chbg.1 >+CPPFLAGS+= -I${LOCALBASE}/include >+LDFLAGS+= -L${LOCALBASE}/lib > > post-patch: >- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ >- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e \ >+ 's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >diff -urN /usr/ports/graphics/chbg/pkg-plist graphics/chbg/pkg-plist >--- /usr/ports/graphics/chbg/pkg-plist 2013-11-06 22:02:07.000000000 +0900 >+++ graphics/chbg/pkg-plist 2013-12-17 00:00:00.000000000 +0900 >@@ -1,4 +1,5 @@ > bin/chbg >+man/man1/chbg.1.gz > share/locale/de/LC_MESSAGES/chbg.mo > share/locale/fr/LC_MESSAGES/chbg.mo > share/locale/sk/LC_MESSAGES/chbg.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184834
: 138751