summaryrefslogtreecommitdiffstats
path: root/patches/aumix-2.9.1
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2013-01-11 13:38:52 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2013-01-11 13:45:20 +0100
commit80c1828d9c96a42ccfbcfdc7f81835b4a804fd6b (patch)
tree45327e55df3e6541a0a092577348ef42f3fc7648 /patches/aumix-2.9.1
parent76923abdcebe7872440a812e732154c7ade44722 (diff)
downloadptxdist-80c1828d9c96a42ccfbcfdc7f81835b4a804fd6b.tar.gz
ptxdist-80c1828d9c96a42ccfbcfdc7f81835b4a804fd6b.tar.xz
aumix: new package
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'patches/aumix-2.9.1')
-rw-r--r--patches/aumix-2.9.1/0001-src-makefile-don-t-use-system-dirs.patch30
l---------patches/aumix-2.9.1/autogen.sh1
-rw-r--r--patches/aumix-2.9.1/series4
3 files changed, 35 insertions, 0 deletions
diff --git a/patches/aumix-2.9.1/0001-src-makefile-don-t-use-system-dirs.patch b/patches/aumix-2.9.1/0001-src-makefile-don-t-use-system-dirs.patch
new file mode 100644
index 000000000..93a146c44
--- /dev/null
+++ b/patches/aumix-2.9.1/0001-src-makefile-don-t-use-system-dirs.patch
@@ -0,0 +1,30 @@
+From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Date: Thu, 10 Jan 2013 14:42:21 +0100
+Subject: [PATCH] src/makefile: don't use system dirs
+
+Aumix's src/Makefile.am incorrect adds @includedir@ to the list of
+include paths and @libdir@ to the list of libraries paths. This is
+incorrect, as @includedir@ and @libdir@ are respectively /usr/include
+and /usr/lib, even in cross-compilation mode.
+
+Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
+Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
+---
+ src/Makefile.am | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index d56c3e6..caeca31 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -9,9 +9,8 @@ aumix_SOURCES = common.c curses.c dummy.c gpm-xterm.c gtk.c interactive.c \
+ mouse.c common.h curses.h gpm-xterm.h gtk.h interactive.h \
+ mouse.h play.xpm record.xpm
+ localedir = $(datadir)/locale
+-INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" -I@includedir@
++INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
+ AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GTK_CFLAGS@
+-LDADD = -L@libdir@
+ LIBS = @LIBS@ @GTK_LIBS@ @LIBINTL@
+ DEFS = @DEFS@
+
diff --git a/patches/aumix-2.9.1/autogen.sh b/patches/aumix-2.9.1/autogen.sh
new file mode 120000
index 000000000..9f8a4cb7d
--- /dev/null
+++ b/patches/aumix-2.9.1/autogen.sh
@@ -0,0 +1 @@
+../autogen.sh \ No newline at end of file
diff --git a/patches/aumix-2.9.1/series b/patches/aumix-2.9.1/series
new file mode 100644
index 000000000..69f7c7e23
--- /dev/null
+++ b/patches/aumix-2.9.1/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-src-makefile-don-t-use-system-dirs.patch
+# 2027ec073964554935db98ccad0f55ea - git-ptx-patches magic