]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- three "make me build" patches
authorsaq <saq@pld-linux.org>
Sat, 9 Apr 2005 15:52:58 +0000 (15:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- missing BR

Changed files:
    eclipse.spec -> 1.39

eclipse.spec

index cad4684853eefa94c2679fdc3a3a6bde19a858e8..ed52a4ee1612cf12efe7b5e040a9fd65b1b62875 100644 (file)
@@ -17,12 +17,16 @@ Source0:    http://download.eclipse.org/downloads/drops/S-%{_ver_major}M4-%{_buildi
 Source1:       %{name}.desktop
 Patch0:                %{name}-swt-makefile.patch
 Patch1:                %{name}-core_resources-makefile.patch
 Source1:       %{name}.desktop
 Patch0:                %{name}-swt-makefile.patch
 Patch1:                %{name}-core_resources-makefile.patch
+Patch2:                %{name}-jikesbuild.patch
+Patch3:                %{name}-swt-NULL.patch
+Patch4:                %{name}-NULL.patch
 URL:           http://www.eclipse.org/
 BuildRequires: jakarta-ant >= 1.6.1
 BuildRequires: jdk >= 1.4
 BuildRequires: kdelibs-devel
 BuildRequires: libgnomeui-devel
 #BuildRequires:        mozilla-devel
 URL:           http://www.eclipse.org/
 BuildRequires: jakarta-ant >= 1.6.1
 BuildRequires: jdk >= 1.4
 BuildRequires: kdelibs-devel
 BuildRequires: libgnomeui-devel
 #BuildRequires:        mozilla-devel
+BuildRequires: pkgconfig
 BuildRequires: unzip
 BuildRequires: zip
 Requires:      jakarta-ant
 BuildRequires: unzip
 BuildRequires: zip
 Requires:      jakarta-ant
@@ -47,6 +51,8 @@ wszystkiego i niczego w szczeg
 %prep
 %setup -q -c
 %patch1 -p0
 %prep
 %setup -q -c
 %patch1 -p0
+%patch2 -p1
+%patch4 -p1
 
 %build
 JAVA_HOME=%{_libdir}/java
 
 %build
 JAVA_HOME=%{_libdir}/java
@@ -71,6 +77,7 @@ unzip -x %{_builddir}/%{name}-%{version}/%{_swtsrcdir}/swt-mozillasrc.zip
 export JAVA_INC="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
 
 patch -p0 < %{PATCH0}
 export JAVA_INC="-I$JAVA_HOME/include -I$JAVA_HOME/include/linux"
 
 patch -p0 < %{PATCH0}
+patch -p0 < %{PATCH3}
 %{__make} -f make_linux.mak all \
     XTEST_LIB_PATH=%{_prefix}/X11R6/%{_lib} \
     OPT="%{rpmcflags}"
 %{__make} -f make_linux.mak all \
     XTEST_LIB_PATH=%{_prefix}/X11R6/%{_lib} \
     OPT="%{rpmcflags}"
This page took 0.035294 seconds and 4 git commands to generate.