aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
committerdinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
commitca17ffafe1db767e1adb83218dea8f5ccf27b3c8 (patch)
tree5a86ace193ad401e5a520532687f8faa2ef64e29 /www
parentc1793682a0684b95f514e4120ce294525bf207fa (diff)
downloadfreebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.gz
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.zst
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.zip
- fix build for option WITH_GNUSTEP_DEVEL
Diffstat (limited to 'www')
-rw-r--r--www/gnustep-ticker/files/patch-CellAdditions.m9
-rw-r--r--www/gnustep-ticker/files/patch-TempFilename.m9
2 files changed, 18 insertions, 0 deletions
diff --git a/www/gnustep-ticker/files/patch-CellAdditions.m b/www/gnustep-ticker/files/patch-CellAdditions.m
new file mode 100644
index 000000000000..30143e6307d3
--- /dev/null
+++ b/www/gnustep-ticker/files/patch-CellAdditions.m
@@ -0,0 +1,9 @@
+--- CellAdditions.m.orig 2006-03-31 01:10:38.000000000 +0200
++++ CellAdditions.m 2008-05-03 09:04:25.000000000 +0200
+@@ -1,5 +1,6 @@
+
+ #import "CellAdditions.h"
++#import <AppKit/NSAttributedString.h>
+
+ @implementation NSCell (CellAdditions)
+
diff --git a/www/gnustep-ticker/files/patch-TempFilename.m b/www/gnustep-ticker/files/patch-TempFilename.m
new file mode 100644
index 000000000000..5cd4bdfeb816
--- /dev/null
+++ b/www/gnustep-ticker/files/patch-TempFilename.m
@@ -0,0 +1,9 @@
+--- TempFilename.m.orig 2006-03-31 01:10:38.000000000 +0200
++++ TempFilename.m 2008-05-03 09:04:46.000000000 +0200
+@@ -1,5 +1,6 @@
+
+ #import "TempFilename.h"
++#import <Foundation/NSString.h>
+
+ @implementation NSFileManager (TempFilename)
+