summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-05-24 16:29:29 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-05-24 16:29:47 +0200
commita5233fba8204e4e9915b724dd7571e4f5770c927 (patch)
treeeaefad654039546d04b7ee60dc0681b5e238e97c /sys-libs/libsmbios/files
parentsys-apps/dmidecode: Bump to version 3.1 (diff)
downloadgentoo-a5233fba8204e4e9915b724dd7571e4f5770c927.tar.gz
gentoo-a5233fba8204e4e9915b724dd7571e4f5770c927.tar.bz2
gentoo-a5233fba8204e4e9915b724dd7571e4f5770c927.zip
sys-libs/libsmbios: Bump to version 2.3.3
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'sys-libs/libsmbios/files')
-rw-r--r--sys-libs/libsmbios/files/libsmbios-2.3.3-doxygen_target.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-libs/libsmbios/files/libsmbios-2.3.3-doxygen_target.patch b/sys-libs/libsmbios/files/libsmbios-2.3.3-doxygen_target.patch
new file mode 100644
index 000000000000..4adca14f21d8
--- /dev/null
+++ b/sys-libs/libsmbios/files/libsmbios-2.3.3-doxygen_target.patch
@@ -0,0 +1,19 @@
+--- libsmbios-2.3.3/Makefile.am
++++ libsmbios-2.3.3/Makefile.am
+@@ -89,13 +89,15 @@
+
+
+ ########## DOCS ################
+-all: doxygen
+ if HAVE_DOXYGEN
++all: doxygen
+ DOXYGEN_DEPS=out/libsmbios_c/html/index.html
+ if BUILD_LIBSMBIOS_CXX
+ DOXYGEN_DEPS+=out/libsmbios_c++/html/index.html
+ endif
+ doxygen: $(DOXYGEN_DEPS)
++else
++all:
+ endif
+
+ DOT=@DOT@