]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- added libdir fix for amd64
authorhawk <hawk@pld-linux.org>
Mon, 12 Jun 2006 18:00:29 +0000 (18:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac.spec -> 1.21

gpac.spec

index 203dd736cbec5cf53d75208cead70b45ee4058d8..c20be21ab7695f650b91ed3440b0a7b461d060cc 100644 (file)
--- a/gpac.spec
+++ b/gpac.spec
@@ -28,6 +28,7 @@ Source1:      http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-530.zip
 Patch0:                %{name}-install.patch
 Patch1:                %{name}-wxWidgets.patch
 Patch2:                %{name}-amd64.patch
+Patch3:                %{name}-libdir.patch
 URL:           http://gpac.sourceforge.net/
 BuildRequires: SDL-devel
 %{?with_faad:BuildRequires:    faad2-devel}
@@ -109,6 +110,7 @@ Obs
 %patch0 -p1
 %{?with_wx:%patch1 -p1}
 %patch2 -p1
+%patch3 -p1
 %if %{with amr}
 mkdir -p Plugins/amr_dec/AMR_NB
 cd Plugins/amr_dec/AMR_NB
@@ -138,6 +140,7 @@ mv applications/osmozilla/nsIOsmozilla.xpt_w32 applications/osmozilla/nsIOsmozil
        %{!?with_xvid:--disable-xvid}
 
 %{__make} \
+       XLIBDIR="/usr/X11R6/%{_lib}" \
        DESTDIR=$RPM_BUILD_ROOT
 
 %install
This page took 0.032459 seconds and 4 git commands to generate.