summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-02 06:45:16 +0100
committerStefan Husmann2017-02-02 06:45:16 +0100
commitc7412ad4503f81f07da183254dc4eeb9287dd093 (patch)
tree7c69743e9463ada815edc08895625d483612886e
parent9d630071ec4c98233a79a26fe5a976753608519f (diff)
downloadaur-c7412ad4503f81f07da183254dc4eeb9287dd093.tar.gz
remove patch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--blank.patch21
3 files changed, 5 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 688a22f674d2..b812cc118c2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 11:01:34 UTC 2017
+# Thu Feb 2 05:44:47 UTC 2017
pkgbase = mkcl-git
pkgdesc = ManKai Common Lisp -- git-version
- pkgver = 1.1.10.12.g00f30cb
+ pkgver = 1.1.10.14.g16ceee1
pkgrel = 1
url = http://common-lisp.net/project/mkcl/
arch = i686
@@ -16,9 +16,7 @@ pkgbase = mkcl-git
conflicts = mkcl
options = staticlibs
source = git+https://gitlab.common-lisp.net/mkcl/mkcl.git
- source = blank.patch
md5sums = SKIP
- md5sums = 3d1beb963c043626c83ecec212d659f1
pkgname = mkcl-git
diff --git a/PKGBUILD b/PKGBUILD
index d9f6e6be06e1..ec2d349c405c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mkcl-git
-pkgver=1.1.10.12.g00f30cb
+pkgver=1.1.10.14.g16ceee1
pkgrel=1
pkgdesc="ManKai Common Lisp -- git-version"
arch=('i686' 'x86_64')
@@ -10,15 +10,9 @@ depends=('gawk')
makedepends=('git')
provides=('common-lisp' 'cl-asdf')
conflicts=('mkcl')
-source=("git+https://gitlab.common-lisp.net/mkcl/mkcl.git" blank.patch)
+source=("git+https://gitlab.common-lisp.net/mkcl/mkcl.git")
options=('staticlibs')
-md5sums=('SKIP' '3d1beb963c043626c83ecec212d659f1')
-
-
-prepare() {
- cd "${pkgname%-git}"
- patch -Np1 < ../blank.patch
-}
+md5sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
diff --git a/blank.patch b/blank.patch
deleted file mode 100644
index fe25bf2364f3..000000000000
--- a/blank.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/cmp/cmpmain.lsp b/src/cmp/cmpmain.lsp
-index 51da7a6..0951787 100644
---- a/src/cmp/cmpmain.lsp
-+++ b/src/cmp/cmpmain.lsp
-@@ -158,7 +158,7 @@
- (dolist (lib mkcl-libraries)
- (push (mkcl:bstr+ "\"" mkcl-libdir lib "\" ") out))
-
-- (unless use-mkcl-shared-libs (push "-Wl,--no-whole-archive" out))
-+ (unless use-mkcl-shared-libs (push "-Wl,--no-whole-archive " out))
-
- (if use-external-shared-libs
- (push *syslibs-&-ld-flags-tail* out)
-@@ -185,7 +185,7 @@
- (dolist (lib *mkcl-static-libs*)
- (push (mkcl:bstr+ "\"" mkcl-libdir lib "\" ") out)))
-
-- (push "-Wl,--no-whole-archive" out)
-+ (push "-Wl,--no-whole-archive " out)
-
- (push *static-program-ld-flags-tail* out) \ No newline at end of file