summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-20 18:03:59 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-20 18:03:59 (GMT)
commit93fbae2759d67fb374958c67d61b7343c953f10b (patch)
treeb62010ff6372087914ab092c010c5c8d7f1bfb05
parent27adc60ca2f6e57b3d6b296586d909eb4229868d (diff)
downloadmxe-93fbae2759d67fb374958c67d61b7343c953f10b.zip
mxe-93fbae2759d67fb374958c67d61b7343c953f10b.tar.gz
mxe-93fbae2759d67fb374958c67d61b7343c953f10b.tar.bz2
libgnurx: remove outdated patch file
-rw-r--r--src/libgnurx-1-build-static-lib.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libgnurx-1-build-static-lib.patch b/src/libgnurx-1-build-static-lib.patch
deleted file mode 100644
index 431fcb9..0000000
--- a/src/libgnurx-1-build-static-lib.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-diff -Nur mingw-libgnurx-2.5.1/Makefile.mxe mingw-libgnurx-2.5.1-mxe/Makefile.mxe
---- mingw-libgnurx-2.5.1/Makefile.mxe 1970-01-01 01:00:00.000000000 +0100
-+++ mingw-libgnurx-2.5.1-mxe/Makefile.mxe 2011-10-23 16:57:18.579312050 +0200
-@@ -0,0 +1,11 @@
-+include Makefile
-+
-+libgnurx.a: $(OBJECTS)
-+ rm -f $@
-+ $(TARGET)-ar rcu $@ $(OBJECTS)
-+ $(TARGET)-ranlib $@
-+
-+install-static: libgnurx.a
-+ mkdir -p ${includedir} ${libdir}
-+ cp -p ${srcdir}/regex.h ${includedir}
-+ cp -p ${srcdir}/libgnurx.a ${libdir}