Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93ba24f909 |
2 changed files with 14 additions and 0 deletions
12
libXfixes-5.0-gross-build-hack.patch
Normal file
12
libXfixes-5.0-gross-build-hack.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -up libXfixes-5.0/configure.jx libXfixes-5.0/configure
|
||||
--- libXfixes-5.0/configure.jx 2011-03-08 11:29:28.000000000 -0500
|
||||
+++ libXfixes-5.0/configure 2011-03-16 23:28:43.000000000 -0400
|
||||
@@ -11086,7 +11086,7 @@ AM_BACKSLASH='\'
|
||||
|
||||
# Check fixesext configuration, strip extra digits from package version to
|
||||
# find the required protocol version
|
||||
-FIXESEXT_VERSION=`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`
|
||||
+FIXESEXT_VERSION=4.1.1
|
||||
|
||||
|
||||
# Obtain compiler/linker options for depedencies
|
||||
|
|
@ -7,6 +7,7 @@ Group: System Environment/Libraries
|
|||
URL: http://www.x.org
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Patch0: libXfixes-5.0-gross-build-hack.patch
|
||||
|
||||
BuildRequires: pkgconfig(fixesproto) pkgconfig(xext)
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ libXfixes development package
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue