diff options
Diffstat (limited to 'devel/libhid/files/patch-Makefile.in')
-rw-r--r-- | devel/libhid/files/patch-Makefile.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/libhid/files/patch-Makefile.in b/devel/libhid/files/patch-Makefile.in index e11bb27241c6..cc2b4d0a5d0b 100644 --- a/devel/libhid/files/patch-Makefile.in +++ b/devel/libhid/files/patch-Makefile.in @@ -9,3 +9,12 @@ pkgconfig_DATA = pkgconfig/libhid.pc dist_noinst_DATA = \ debian/changelog \ +@@ -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 |