diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-02 09:23:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-02 09:23:15 +0000 |
commit | 8d4f9800305d74196e8bebc74a3561f070858cec (patch) | |
tree | d47d70fe27133ffbc540996c8dc32b3672f49573 /security/libbeid/files/patch-Makefile.am | |
parent | cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout) (diff) |
Update to 4.1.2
Diffstat (limited to 'security/libbeid/files/patch-Makefile.am')
-rw-r--r-- | security/libbeid/files/patch-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/libbeid/files/patch-Makefile.am b/security/libbeid/files/patch-Makefile.am new file mode 100644 index 000000000000..7fade5f12b2e --- /dev/null +++ b/security/libbeid/files/patch-Makefile.am @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2015-02-19 13:59:02 UTC ++++ Makefile.am +@@ -1,7 +1,7 @@ + ACLOCAL_AMFLAGS = -I scripts/m4 + EXTRA_DIST = scripts/build-aux/config.rpath debian build-debian.sh rpm doc + +-SUBDIRS=cardcomm/pkcs11/src tests/unit plugins_tools/xpi plugins_tools/aboutmw/gtk ++SUBDIRS=cardcomm/pkcs11/src + + xpipackage: + $(MAKE) -C plugins_tools/xpi xpipackage |