[pkg-java] r3687 - trunk/eclipse-cdt/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sun Jun 17 14:33:11 UTC 2007


Author: tgg
Date: 2007-06-17 14:33:11 +0000 (Sun, 17 Jun 2007)
New Revision: 3687

Modified:
   trunk/eclipse-cdt/debian/rules
Log:
restore a bit I wiped out erronously. It still does not compile.


Modified: trunk/eclipse-cdt/debian/rules
===================================================================
--- trunk/eclipse-cdt/debian/rules	2007-06-17 14:13:15 UTC (rev 3686)
+++ trunk/eclipse-cdt/debian/rules	2007-06-17 14:33:11 UTC (rev 3687)
@@ -117,7 +117,11 @@
 		-DdontUnzip=true \
 		-DbaseLocation=$(ECLIPSE_BASE) \
 		-Dpde.build.scripts=$(ECLIPSE_BASE)/plugins/org.eclipse.pde.build_3.2.1.r321_v20060823/scripts \
-		-DdontFetchAnything=true
+		-DdontFetchAnything=true \
+		-Dconfigs="linux,gtk,$(ECLIPSE_PLATFORM)" \
+		-Dbaseos=linux \
+		-Dbasews=gtk \
+		-Dbasearch=$(ECLIPSE_PLATFORM)
 
 	touch build-stamp
 




More information about the pkg-java-commits mailing list