aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey/files/patch-config__config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey/files/patch-config__config.mk')
-rw-r--r--www/seamonkey/files/patch-config__config.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/seamonkey/files/patch-config__config.mk b/www/seamonkey/files/patch-config__config.mk
deleted file mode 100644
index 8eb805bf6afd..000000000000
--- a/www/seamonkey/files/patch-config__config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-Fix fallout from http://hg.mozilla.org/releases/comm-release/rev/a6ab55f00e21
-XPIDL_LINK being undefined breaks enigmail build
---- config/config.mk.orig Tue Dec 10 10:22:36 2013
-+++ config/config.mk Tue Dec 10 10:22:57 2013
-@@ -325,6 +325,7 @@ MY_RULES := $(DEPTH)/config/myrules.mk
- # Default command macros; can be overridden in <arch>.mk.
- #
- CCC = $(CXX)
-+XPIDL_LINK = $(PYTHON) $(LIBXUL_DIST)/sdk/bin/xpt.py link
-
- OS_INCLUDES += $(NSPR_CFLAGS) $(NSS_CFLAGS) $(MOZ_JPEG_CFLAGS) $(MOZ_PNG_CFLAGS) $(MOZ_ZLIB_CFLAGS)
-
-