FreeBSD Bugzilla – Attachment 130999 Details for
Bug 175026
misc/wmfirew: 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.16 KB, created by
tkato432
on 2013-01-05 18:10:07 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2013-01-05 18:10:07 UTC
Size:
1.16 KB
patch
obsolete
>diff -urN /usr/ports/misc/wmfirew/Makefile misc/wmfirew/Makefile >--- /usr/ports/misc/wmfirew/Makefile 2012-11-08 09:18:09.000000000 +0900 >+++ misc/wmfirew/Makefile 2013-01-05 22:56:25.000000000 +0900 >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: wmfirew >-# Date created: 16 May 2002 >-# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru> >-# >+# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru> > # $FreeBSD: head/misc/wmfirew/Makefile 300896 2012-07-14 13:54:48Z beat $ >-# > > PORTNAME= wmfirew > PORTVERSION= 0.20 >@@ -12,14 +8,22 @@ > MASTER_SITES= http://web.novalis.org/programs/ > > MAINTAINER= ports@FreeBSD.org >-COMMENT= A dockapp that shows fireworks in action >+COMMENT= Dockapp that shows fireworks in action >+ >+LICENSE= GPLv2 >+ >+WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} > >-PLIST_FILES= bin/wmfirew >-WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} >-USE_GMAKE= yes > USE_XORG= xpm >+USE_GMAKE= yes >+ >+PLIST_FILES= bin/wmfirew >+ >+post-patch: >+ @${REINPLACE_CMD} -e \ >+ 's|^void main|int main|' ${WRKSRC}/wmfirew.c > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) > > .include <bsd.port.mk>
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 175026
: 130999