diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-28 07:32:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-28 07:33:24 +0000 |
commit | 0d6423e739d38e6c53f8e3a95a61a3bfdbf91adc (patch) | |
tree | c7c64db2f67bfe5bcae3eb7b6748de5db4f691f8 /main/parole/libx11.patch | |
parent | 7b94205224a46b9506c90f14d9ae29da06839dd0 (diff) | |
download | aports-0d6423e739d38e6c53f8e3a95a61a3bfdbf91adc.tar.bz2 aports-0d6423e739d38e6c53f8e3a95a61a3bfdbf91adc.tar.xz |
main/parole: build fix
needs to link to -lX11
Diffstat (limited to 'main/parole/libx11.patch')
-rw-r--r-- | main/parole/libx11.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/parole/libx11.patch b/main/parole/libx11.patch new file mode 100644 index 0000000000..4575551a63 --- /dev/null +++ b/main/parole/libx11.patch @@ -0,0 +1,11 @@ +--- ./src/Makefile.in.orig ++++ ./src/Makefile.in +@@ -412,7 +412,7 @@ + $(LIBXFCE4GUI_LIBS) \ + $(GST_VIDEO_LIBS) \ + $(GST_INTERFACES_LIBS) \ +- $(TAGLIBC_LIBS) ++ $(TAGLIBC_LIBS) -lX11 + + parole_glib_enum_headers = \ + parole-conf.h \ |