* [gentoo-commits] gentoo-x86 commit in games-action/poopmup/files: poopmup-1.2-ldflags.patch
@ 2010-09-30 22:09 Alfredo Tupone (tupone)
0 siblings, 0 replies; only message in thread
From: Alfredo Tupone (tupone) @ 2010-09-30 22:09 UTC (permalink / raw
To: gentoo-commits
tupone 10/09/30 22:09:19
Added: poopmup-1.2-ldflags.patch
Log:
Respect LDFLAGS. Bug #337424
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.1 games-action/poopmup/files/poopmup-1.2-ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/poopmup/files/poopmup-1.2-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/poopmup/files/poopmup-1.2-ldflags.patch?rev=1.1&content-type=text/plain
Index: poopmup-1.2-ldflags.patch
===================================================================
--- Makefile.old 2010-10-01 00:05:06.000000000 +0200
+++ Makefile 2010-10-01 00:05:30.000000000 +0200
@@ -7,7 +7,7 @@
OBJ =poopmup.o
all:
- $(CC) $(SOURCE) -o $(OBJ) -lglut -lGL -lGLU -L/usr/X11R6/lib -lXmu -lXext -lXt -lXi -lX11
+ $(CC) $(LDFLAGS) $(SOURCE) -o $(OBJ) -lglut -lGL -lGLU -L/usr/X11R6/lib -lXmu -lXext -lXt -lXi -lX11
clean:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-30 22:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 22:09 [gentoo-commits] gentoo-x86 commit in games-action/poopmup/files: poopmup-1.2-ldflags.patch Alfredo Tupone (tupone)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox