FreeBSD Bugzilla – Attachment 134491 Details for
Bug 179179
Fix x11-wm/piewm SIGSEGV for FreeBSD/amd64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.04 KB, created by
david
on 2013-06-01 20:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
david
Created:
2013-06-01 20:00:00 UTC
Size:
1.04 KB
patch
obsolete
>diff -ruN piewm.orig/Makefile piewm/Makefile >--- piewm.orig/Makefile 2013-01-18 03:42:17.000000000 -0800 >+++ piewm/Makefile 2013-06-01 11:44:06.000000000 -0700 >@@ -3,7 +3,7 @@ > > PORTNAME= piewm > PORTVERSION= 1.04 >-PORTREVISION= 3 >+PORTREVISION= 4 > CATEGORIES= x11-wm > MASTER_SITES= http://www.crynwr.com/piewm/ > >diff -ruN piewm.orig/files/patch-twm.h piewm/files/patch-twm.h >--- piewm.orig/files/patch-twm.h 1969-12-31 16:00:00.000000000 -0800 >+++ piewm/files/patch-twm.h 2013-06-01 08:27:11.000000000 -0700 >@@ -0,0 +1,15 @@ >+--- twm.h.orig 1998-06-03 08:42:52.000000000 -0700 >++++ twm.h 2013-06-01 08:23:26.000000000 -0700 >+@@ -305,6 +305,12 @@ >+ #define TBPM_MENU ":menu" /* name of titlebar pixmap for menus */ >+ #define TBPM_QUESTION ":question" /* name of unknown titlebar pixmap */ >+ >++#ifndef X_NOT_STDC_ENV >++#include <stdlib.h> >++#else >++extern char *malloc(), *calloc(), *realloc(), *getenv(); >++extern int free(); >++#endif >+ extern void Reborder(), Done(); >+ void ComputeCommonTitleOffsets(); >+ void ComputeWindowTitleOffsets(), ComputeTitleLocation();
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 179179
: 134491