blob: 0b25dff75eb2659dc4d10a3c1a97b524352fb368 [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001From 08c1768aaeea86c522c0ef1705b9b6d434ebd3ae Mon Sep 17 00:00:00 2001
2From: Chris Lamb <chris@chris-lamb.co.uk>
3Date: Fri, 28 Jul 2017 11:49:13 +0100
4Subject: [PATCH] Drop LIBCDIO_SOURCE_PATH by dropping STRIP_FROM_PATH Doxygen
5 setup; it's not used as FULL_PATH_NAMES = no
6
7Source: https://sources.debian.org/data/main/libc/libcdio/2.1.0-4/debian/patches/Drop-LIBCDIO_SOURCE_PATH-by-dropping-STRIP_FROM_PATH.patch
8Upstream-Status: Pending
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 configure.ac | 5 -----
12 doc/doxygen/Doxyfile.in | 2 +-
13 2 files changed, 1 insertion(+), 6 deletions(-)
14
15Index: b/configure.ac
16===================================================================
17--- a/configure.ac
18+++ b/configure.ac
19@@ -557,11 +557,6 @@ AC_SUBST(HAVE_SOLARIS_CDROM)
20 AC_SUBST(HAVE_WIN32_CDROM)
21 AC_SUBST(HAVE_OS2_CDROM)
22
23-LIBCDIO_SOURCE_PATH="`pwd`"
24-AC_DEFINE_UNQUOTED(LIBCDIO_SOURCE_PATH, "$LIBCDIO_SOURCE_PATH",
25- [Full path to libcdio top_sourcedir.])
26-AC_SUBST(LIBCDIO_SOURCE_PATH)
27-
28 AC_CHECK_FUNCS( [chdir drand48 fseeko fseeko64 ftruncate geteuid getgid \
29 getuid getpwuid gettimeofday lseek64 lstat memcpy memset mkstemp rand \
30 seteuid setegid snprintf setenv strndup unsetenv tzset sleep \
31Index: b/doc/doxygen/Doxyfile.in
32===================================================================
33--- a/doc/doxygen/Doxyfile.in
34+++ b/doc/doxygen/Doxyfile.in
35@@ -138,7 +138,7 @@ FULL_PATH_NAMES = NO
36 # If left blank the directory from which doxygen is run is used as the
37 # path to strip.
38
39-STRIP_FROM_PATH = @LIBCDIO_SOURCE_PATH@
40+STRIP_FROM_PATH =
41
42 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
43 # the path mentioned in the documentation of a class, which tells