* [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.5: gtk_makefile.patch
@ 2010-03-05 17:38 Alistair Bush (ali_bush)
0 siblings, 0 replies; only message in thread
From: Alistair Bush (ali_bush) @ 2010-03-05 17:38 UTC (permalink / raw
To: gentoo-commits
ali_bush 10/03/05 17:38:28
Modified: gtk_makefile.patch
Log:
Update makefile patch to also pass LDFLAGS to exe. #296796.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-util/eclipse-sdk/files/3.5/gtk_makefile.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.5/gtk_makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.5/gtk_makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.5/gtk_makefile.patch?r1=1.1&r2=1.2
Index: gtk_makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/files/3.5/gtk_makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtk_makefile.patch 5 Mar 2010 17:22:58 -0000 1.1
+++ gtk_makefile.patch 5 Mar 2010 17:38:28 -0000 1.2
@@ -1,5 +1,5 @@
---- features/org.eclipse.equinox.executable/library/gtk/make_linux.mak 2010-03-06 01:16:49.000000000 +1300
-+++ features/org.eclipse.equinox.executable/library/gtk/make_linux.mak 2010-03-06 01:31:15.000000000 +1300
+--- features/org.eclipse.equinox.executable/library/gtk/make_linux.mak.bak 2010-03-06 06:32:49.000000000 +1300
++++ features/org.eclipse.equinox.executable/library/gtk/make_linux.mak 2010-03-06 06:33:31.000000000 +1300
@@ -27,14 +27,14 @@
PROGRAM_OUTPUT=eclipse
endif
@@ -28,8 +28,12 @@
-fpic \
-DLINUX \
-DMOZILLA_FIX \
-@@ -98,7 +98,7 @@
- $(CC) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
+@@ -95,10 +95,10 @@
+ $(CC) $(CFLAGS) -c ../eclipseNix.c -o eclipseNix.o
+
+ $(EXEC): $(MAIN_OBJS) $(COMMON_OBJS)
+- $(CC) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
++ $(CC) $(LDFLAGS) -o $(EXEC) $(MAIN_OBJS) $(COMMON_OBJS) $(LIBS)
$(DLL): $(DLL_OBJS) $(COMMON_OBJS)
- $(CC) $(LFLAGS) -o $(DLL) $(DLL_OBJS) $(COMMON_OBJS) $(LIBS)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-03-05 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-05 17:38 [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.5: gtk_makefile.patch Alistair Bush (ali_bush)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox