diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-30 07:06:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-30 07:10:36 +0000 |
commit | 6da44a2076421c57c05bfbbe39b43452d68f727f (patch) | |
tree | d177710b78a19c3fff8e43006eec83d71128c77a /main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch | |
parent | 772c441346998168601fdb2ab64d6818b48ebc14 (diff) | |
download | aports-6da44a2076421c57c05bfbbe39b43452d68f727f.tar.bz2 aports-6da44a2076421c57c05bfbbe39b43452d68f727f.tar.xz |
main/xfce4-screenshooter: remove install scripts + linker fix
and anohter patch from Arch Linux
Diffstat (limited to 'main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch')
-rw-r--r-- | main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch b/main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch new file mode 100644 index 0000000000..c383b2e52a --- /dev/null +++ b/main/xfce4-screenshooter/xfce4-screenshooter-1.7.9-dsofix.patch @@ -0,0 +1,13 @@ +Upstream: https://bugzilla.xfce.org/show_bug.cgi?id=7985 + +--- xfce4-screenshooter-1.7.9.orig/Makefile.in 2010-02-07 14:45:15.000000000 +0100 ++++ xfce4-screenshooter-1.7.9/Makefile.in 2010-02-16 23:57:31.000000000 +0100 +@@ -282,7 +282,7 @@ + INTLTOOL_PERL = @INTLTOOL_PERL@ + INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ + LD = @LD@ +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -lm -lX11 + LIBOBJS = @LIBOBJS@ + LIBS = @LIBS@ + LIBTOOL = @LIBTOOL@ |