diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:28:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:28:06 +0000 |
commit | 9507083240958a634913514e3dc6d9fb177cb0df (patch) | |
tree | f20987d7ec1c0b40cfd03b4e9726e8c9da83f480 /libmatchbox-1.9-add-needed.patch | |
parent | 77080aa9e82c816630e454f3555fac9b2555e0d1 (diff) |
automatic import of libmatchboxopeneuler24.03_LTS
Diffstat (limited to 'libmatchbox-1.9-add-needed.patch')
-rw-r--r-- | libmatchbox-1.9-add-needed.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libmatchbox-1.9-add-needed.patch b/libmatchbox-1.9-add-needed.patch new file mode 100644 index 0000000..f4c8294 --- /dev/null +++ b/libmatchbox-1.9-add-needed.patch @@ -0,0 +1,12 @@ +diff -up libmatchbox-1.9/tests/Makefile.am.jx libmatchbox-1.9/tests/Makefile.am +--- libmatchbox-1.9/tests/Makefile.am.jx 2006-07-07 11:16:57.000000000 -0400 ++++ libmatchbox-1.9/tests/Makefile.am 2010-02-16 18:45:35.000000000 -0500 +@@ -3,7 +3,7 @@ SUBDIRS = menu + TESTS = dot-desktop pixbuf + + AM_CPPFLAGS = @CHECK_CFLAGS@ -I../libmb @GCC_WARNINGS@ @XLIBS_CFLAGS@ @PANGO_CFLAGS@ @PNG_CFLAGS@ +-AM_LDFLAGS = -L../libmb -lmb ++AM_LDFLAGS = -L../libmb -lmb @XLIBS_LIBS@ + + if HAVE_CHECK + |