diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-06-09 20:59:58 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-06-09 20:59:58 +0800 |
commit | 1d160e5924cf2de21bb283aeaf9f8626b76a53e3 (patch) | |
tree | 30129dd8616c368c0e09f0fc9ca6ddb42ca057cf /mail | |
parent | 0e2b3ad4d733f360731635264b9aa0e6f9127050 (diff) | |
download | freebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.tar.gz freebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.tar.zst freebsd-ports-gnome-1d160e5924cf2de21bb283aeaf9f8626b76a53e3.zip |
- patch no longer needed
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pantomime/Makefile | 4 | ||||
-rw-r--r-- | mail/pantomime/files/NSString+Extensions.m.patch | 19 |
2 files changed, 0 insertions, 23 deletions
diff --git a/mail/pantomime/Makefile b/mail/pantomime/Makefile index a1f1a3a83deb..7956d35946fa 100644 --- a/mail/pantomime/Makefile +++ b/mail/pantomime/Makefile @@ -25,8 +25,4 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} DEFAULT_LIBVERSION= 1.2 -.if !defined(WITH_GNUSTEP_DEVEL) -EXTRA_PATCHES= ${FILESDIR}/NSString+Extensions.m.patch -.endif - .include <bsd.port.mk> diff --git a/mail/pantomime/files/NSString+Extensions.m.patch b/mail/pantomime/files/NSString+Extensions.m.patch deleted file mode 100644 index a98522cf83d4..000000000000 --- a/mail/pantomime/files/NSString+Extensions.m.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- Framework/Pantomime/NSString+Extensions.m.orig 2011-06-05 06:45:21.000000000 +0200 -+++ Framework/Pantomime/NSString+Extensions.m 2012-01-02 22:46:00.000000000 +0100 -@@ -38,7 +38,15 @@ - #include <CoreFoundation/CFString.h> - #include <CoreFoundation/CFStringEncodingExt.h> - #else --#include <GNUstepBase/Additions.h> -+#import <GNUstepBase/GSVersionMacros.h> -+#import <GNUstepBase/GNUstep.h> -+ -+#import <GNUstepBase/GSFunctions.h> -+#import <GNUstepBase/GSLocale.h> -+#import <GNUstepBase/GSLock.h> -+#import <GNUstepBase/GSMime.h> -+#import <GNUstepBase/GSXML.h> -+#import <GNUstepBase/Unicode.h> - #endif - - #include <ctype.h> |