summaryrefslogtreecommitdiff
path: root/mail/thunderbird-enigmail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-05-05 06:30:05 +0000
committerwiz <wiz@pkgsrc.org>2016-05-05 06:30:05 +0000
commitcef779682196bc407edb0463d5216eee400e6e33 (patch)
tree38b772a8e2b566c4cbc0a61360555e77b4612a52 /mail/thunderbird-enigmail
parented14c3a4a20245ae86907844b7d5a3ee45e2131a (diff)
downloadpkgsrc-cef779682196bc407edb0463d5216eee400e6e33.tar.gz
Remove patch that's not in distinfo
Diffstat (limited to 'mail/thunderbird-enigmail')
-rw-r--r--mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile b/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile
deleted file mode 100644
index 73ad82cc538..00000000000
--- a/mail/thunderbird-enigmail/patches/patch-ipc_src_Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ipc_src_Makefile,v 1.1 2015/07/01 12:54:32 ryoon Exp $
-
-Fix permissions of the .so file (add +x)
-
---- ipc/src/Makefile.orig 2015-04-17 09:21:32.000000000 +0000
-+++ ipc/src/Makefile
-@@ -73,7 +73,7 @@ $(libname): $(objfiles)
- $(CC) $(LDFLAGS) -o $(libname) $(objfiles)
-
- install: $(libname)
-- $(DEPTH)/util/install -m 644 $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib $^
-+ $(DEPTH)/util/install -m 755 $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib $^
-
- clean:
- rm -f $(objfiles) $(libname) $(DIST)/platform/$(OS_TARGET)_$(CPU_ARCH)/lib/$(libname)