aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/burn
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-12-24 15:49:52 +0800
committerdinoex <dinoex@FreeBSD.org>2008-12-24 15:49:52 +0800
commit00fdefdf41f7dea2abec601f634dd2188eef4c77 (patch)
treed1818db64bb60e10673092383d8ff9abf2993f94 /sysutils/burn
parent5e4a0cba5b944d4ceb7624dd3468a8b68746f46a (diff)
downloadfreebsd-ports-gnome-00fdefdf41f7dea2abec601f634dd2188eef4c77.tar.gz
freebsd-ports-gnome-00fdefdf41f7dea2abec601f634dd2188eef4c77.tar.zst
freebsd-ports-gnome-00fdefdf41f7dea2abec601f634dd2188eef4c77.zip
- fix build for gnustep-gui 0.16
Diffstat (limited to 'sysutils/burn')
-rw-r--r--sysutils/burn/files/patch-ExtProgressIndicator.m3
-rw-r--r--sysutils/burn/files/patch-WorkInProgress.m10
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/burn/files/patch-ExtProgressIndicator.m b/sysutils/burn/files/patch-ExtProgressIndicator.m
index 518d3df0c8cd..f0a5141869b2 100644
--- a/sysutils/burn/files/patch-ExtProgressIndicator.m
+++ b/sysutils/burn/files/patch-ExtProgressIndicator.m
@@ -1,10 +1,11 @@
--- ExtProgressIndicator.m.orig 2005-05-12 17:58:49.000000000 +0200
+++ ExtProgressIndicator.m 2008-05-03 09:35:27.000000000 +0200
-@@ -21,6 +21,7 @@
+@@ -21,6 +21,8 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#include <AppKit/NSAttributedString.h>
++#include <GNUstepGUI/GSTheme.h>
#include <AppKit/NSColor.h>
#include <AppKit/NSParagraphStyle.h>
#include <Foundation/Foundation.h>
diff --git a/sysutils/burn/files/patch-WorkInProgress.m b/sysutils/burn/files/patch-WorkInProgress.m
new file mode 100644
index 000000000000..dd2fd0060652
--- /dev/null
+++ b/sysutils/burn/files/patch-WorkInProgress.m
@@ -0,0 +1,10 @@
+--- WorkInProgress.m.orig 2005-05-12 17:58:49.000000000 +0200
++++ WorkInProgress.m 2008-12-24 01:53:34.000000000 +0100
+@@ -23,6 +23,7 @@
+
+ #include <Foundation/Foundation.h>
+ #include <AppKit/AppKit.h>
++#include <GNUstepGUI/GSTheme.h>
+
+ #include "Functions.h"
+ #include "Constants.h"