public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-util/glbsp/files: glbsp-2.20-ldflags.patch
@ 2010-10-01  8:04 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 2+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-10-01  8:04 UTC (permalink / raw
  To: gentoo-commits

tupone      10/10/01 08:04:07

  Added:                glbsp-2.20-ldflags.patch
  Log:
  Respect LDFLAGS. Bug #337273
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-util/glbsp/files/glbsp-2.20-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/files/glbsp-2.20-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/glbsp/files/glbsp-2.20-ldflags.patch?rev=1.1&content-type=text/plain

Index: glbsp-2.20-ldflags.patch
===================================================================
--- Makefile.old	2010-10-01 09:57:28.000000000 +0200
+++ Makefile	2010-10-01 09:57:52.000000000 +0200
@@ -36,7 +36,7 @@
 	rm -f $(MAIN)/gb_debug.txt $(SYSDIR)/gb_debug.txt
 
 $(PROGNAME): $(OBJS)
-	$(CC) $(CFLAGS) $(OBJS) -o $(PROGNAME) $(LIBS)
+	$(CC) $(LDFLAGS) $(CFLAGS) $(OBJS) -o $(PROGNAME) $(LIBS)
 
 bin: all
 	strip --strip-unneeded $(PROGNAME)
--- GUI_unx.mak.old	2010-10-01 10:00:08.000000000 +0200
+++ GUI_unx.mak	2010-10-01 10:00:40.000000000 +0200
@@ -61,7 +61,7 @@
 	rm -f $(PROGNAME) $(SYSDIR)/*.o $(SYSDIR)/core
 
 $(PROGNAME): $(OBJS)
-	$(CXX) $(CFLAGS) $(OBJS) -o $(PROGNAME) $(LDFLAGS) $(LIBS)
+	$(CXX) $(LDFLAGS) $(CFLAGS) $(OBJS) -o $(PROGNAME) $(LDFLAGS) $(LIBS)
 
 bin: all
 	strip --strip-unneeded $(PROGNAME)






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-util/glbsp/files: glbsp-2.20-ldflags.patch
@ 2011-01-26 17:48 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2011-01-26 17:48 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    11/01/26 17:48:25

  Removed:              glbsp-2.20-ldflags.patch
  Log:
  old
  
  (Portage version: 2.1.9.25/cvs/Linux i686)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-26 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01  8:04 [gentoo-commits] gentoo-x86 commit in games-util/glbsp/files: glbsp-2.20-ldflags.patch Alfredo Tupone (tupone)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-26 17:48 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox