forked from pool/libcddb
Matej Cepl
585198d7c9
- Add pointer-types.patch to fix compilation error with GCC 14 (bsc#1221698). OBS-URL: https://build.opensuse.org/request/show/1160809 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcddb?expand=0&rev=28
14 lines
264 B
Diff
14 lines
264 B
Diff
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-SUBDIRS = include lib examples tests
|
|
+SUBDIRS = include lib tests
|
|
EXTRA_DIST = doc/doxygen.conf misc/$(PACKAGE).ebuild
|
|
|
|
dist-hook:
|