aboutsummaryrefslogtreecommitdiff
path: root/security/py-pyvex
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2020-05-09 19:24:49 +0000
commit7d4723292c529621329dafb7fc2aa27183da1eae (patch)
treeebef050ddf7b410c892c5607cd95abafad473cce /security/py-pyvex
parent18bde20408d7061d471384faa0869b56273bcd8c (diff)
downloadports-7d4723292c529621329dafb7fc2aa27183da1eae.tar.gz
ports-7d4723292c529621329dafb7fc2aa27183da1eae.zip
Update devel/gmake to 4.3.
Some changes have been made in this release that break backwards compatibility. Let USES=gmake force users to upgrade to this version so port maintainers don't have to support older versions. PR: 245725 Exp-run by: antoine Approved by: portmgr (antoine)
Notes
Notes: svn path=/head/; revision=534792
Diffstat (limited to 'security/py-pyvex')
-rw-r--r--security/py-pyvex/files/patch-pyvex__c_Makefile13
1 files changed, 10 insertions, 3 deletions
diff --git a/security/py-pyvex/files/patch-pyvex__c_Makefile b/security/py-pyvex/files/patch-pyvex__c_Makefile
index b0408ea31318..3e5920df8006 100644
--- a/security/py-pyvex/files/patch-pyvex__c_Makefile
+++ b/security/py-pyvex/files/patch-pyvex__c_Makefile
@@ -12,9 +12,16 @@
ifeq ($(UNAME), Linux)
LIBRARY_FILE=libpyvex.so
STATIC_LIBRARY_FILE=libpyvex.a
-@@ -27,10 +32,10 @@ sp +=
- qs = $(subst ?,$(sp),$1)
- sq = $(subst $(sp),?,$1)
+@@ -22,15 +27,13 @@ endif
+
+ # deeply evil
+ # https://www.cmcrossroads.com/article/gnu-make-meets-file-names-spaces-them
+-sp :=
+-sp +=
+-qs = $(subst ?,$(sp),$1)
+-sq = $(subst $(sp),?,$1)
++qs = $(subst ?,\ ,$1)
++sq = $(subst \ ,?,$1)
-CC=gcc
-AR=ar