diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 06:57:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:09:37 +0100 |
commit | 4f8c01c5cc4e778a8b7bb6f8b815282212ecd0a7 (patch) | |
tree | 1ead0c818f9af88a0d89ce3445b8667550447ddd /app-crypt/acr38u | |
parent | app-misc/hexcompare: port to EAPI 7, respect ${PKG_CONFIG} (diff) | |
download | gentoo-4f8c01c5cc4e778a8b7bb6f8b815282212ecd0a7.tar.gz gentoo-4f8c01c5cc4e778a8b7bb6f8b815282212ecd0a7.tar.bz2 gentoo-4f8c01c5cc4e778a8b7bb6f8b815282212ecd0a7.zip |
app-crypt/acr38u: clean up patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/acr38u')
-rw-r--r-- | app-crypt/acr38u/files/acr38u-1.7.11-build.patch | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/app-crypt/acr38u/files/acr38u-1.7.11-build.patch b/app-crypt/acr38u/files/acr38u-1.7.11-build.patch index 374ca2822c1d..47929f15a399 100644 --- a/app-crypt/acr38u/files/acr38u-1.7.11-build.patch +++ b/app-crypt/acr38u/files/acr38u-1.7.11-build.patch @@ -1,7 +1,5 @@ -Index: ACR38_LINUX_100711_P/configure.ac -=================================================================== ---- ACR38_LINUX_100711_P.orig/configure.ac -+++ ACR38_LINUX_100711_P/configure.ac +--- a/configure.ac ++++ b/configure.ac @@ -58,74 +58,21 @@ if test x${debug} = xtrue ; then AC_DEFINE(USBDEBUG, 1, [enable USB debug messaging.]) fi @@ -119,10 +117,8 @@ Index: ACR38_LINUX_100711_P/configure.ac # Select OS specific versions of source files. AC_SUBST(BUNDLE_HOST) AC_SUBST(DYN_LIB_EXT) -Index: ACR38_LINUX_100711_P/src/controllib/Makefile.am -=================================================================== ---- ACR38_LINUX_100711_P.orig/src/controllib/Makefile.am -+++ ACR38_LINUX_100711_P/src/controllib/Makefile.am +--- a/src/controllib/Makefile.am ++++ b/src/controllib/Makefile.am @@ -6,7 +6,7 @@ ACR38_CONTROLLIB = libacr38ucontrol.$(DYN_LIB_EXT) @@ -143,10 +139,8 @@ Index: ACR38_LINUX_100711_P/src/controllib/Makefile.am -pcdir= @prefix@/lib/pkgconfig -pc_DATA = libacr38ucontrol.pc +pkgconfig_DATA = libacr38ucontrol.pc -Index: ACR38_LINUX_100711_P/src/driver/Makefile.am -=================================================================== ---- ACR38_LINUX_100711_P.orig/src/driver/Makefile.am -+++ ACR38_LINUX_100711_P/src/driver/Makefile.am +--- a/src/driver/Makefile.am ++++ b/src/driver/Makefile.am @@ -9,7 +9,7 @@ DRIVER_LIB_NAME = lib$(DRIVER_NAME).$(DY DRIVER_BUNDLE_DIR = $(DRIVER_NAME).bundle DRIVER_INSTALL_HOME_DIR = pcsc/drivers/$(DRIVER_LIB_NAME).bundle/Contents/Linux |