]> git.pld-linux.org Git - packages/eclipse.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jan 2008 01:25:21 +0000 (01:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-build.patch -> 1.2
    eclipse-core_resources-makefile.patch -> 1.4

eclipse-build.patch [deleted file]
eclipse-core_resources-makefile.patch [deleted file]

diff --git a/eclipse-build.patch b/eclipse-build.patch
deleted file mode 100644 (file)
index 6488075..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- build.xml.org      2006-04-21 23:02:48.956291000 +0200
-+++ build.xml  2006-04-21 23:03:15.689961750 +0200
-@@ -300,8 +300,8 @@
-               </fail>
-               <property name="compilerArg" value="-encoding ISO-8859-1" />
--              <property name="javacSource" value="1.3" />
--              <property name="javacTarget" value="1.2" />
-+              <property name="javacSource" value="1.5" />
-+              <property name="javacTarget" value="1.5" />
-               <property name="javacDebugInfo" value="true" />
-               <property name="javacFailOnError" value="true" />
diff --git a/eclipse-core_resources-makefile.patch b/eclipse-core_resources-makefile.patch
deleted file mode 100644 (file)
index 864709c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile.org        2006-04-21 20:11:42.010647000 +0200
-+++ plugins/org.eclipse.core.filesystem/natives/unix/linux/Makefile    2006-04-21 20:14:21.592620250 +0200
-@@ -20,11 +20,11 @@
- JAVA_HOME = ~/vm/sun142
- JDK_INCLUDE = -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS_TYPE}
--COMMON_INCLUDE = -I include
-+COMMON_INCLUDE = -Iinclude
- core :
--      gcc -fPIC -g -c $(JDK_INCLUDE) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C)
--      gcc -g -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O) -lc
-+      gcc -fPIC $(CFLAGS) -c $(INC_PATH) $(COMMON_INCLUDE) -o $(CORE.O) $(CORE.C)
-+      gcc $(LDFLAGS) -shared -Wl,-soname,$(LIB_NAME) -o $(LIB_NAME_FULL) $(CORE.O)
- clean :
-       rm *.o
This page took 0.113489 seconds and 4 git commands to generate.