diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-01 10:11:34 +0000 |
commit | 26b4c8f71f91d22e081b27814782686edde0c90a (patch) | |
tree | 1c321c39372c25d8634e75b5c8e08edc676b296d /devel/libhid/files/patch-Makefile.in | |
parent | New port: math/py-optuna: A hyperparameter optimization framework (diff) |
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed
With hat: portmgr
Diffstat (limited to 'devel/libhid/files/patch-Makefile.in')
-rw-r--r-- | devel/libhid/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libhid/files/patch-Makefile.in b/devel/libhid/files/patch-Makefile.in new file mode 100644 index 000000000000..05066af6360a --- /dev/null +++ b/devel/libhid/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2007-07-16 13:40:13.000000000 +0300 ++++ Makefile.in 2007-07-16 13:41:37.000000000 +0300 +@@ -293,7 +293,7 @@ + README.licence + + DEBIAN_VERSION = ${shell head -1 debian/changelog 2>/dev/null | sed -e '1s,.*(\([^)]*\)).*,\1,'} +-DEBIAN_ARCH = $(shell test -x `which dpkg-architecture 2>/dev/null` && dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null || echo i386) ++DEBIAN_ARCH = i386 + TARBALL = $(distdir).tar.gz + DEBDIR = .debian + STAMP = $(DEBDIR)/stamp |