diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-09-30 22:09:19 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-09-30 22:09:19 +0000 |
commit | d7fa3ab1e2567dc91fa4a44da6014964950cad15 (patch) | |
tree | 5168dcb1fc33fcc75c3c86fc9f878c75a346e614 /games-action/poopmup/files | |
parent | Respect LDFLAGS. Bug #337432 (diff) | |
download | historical-d7fa3ab1e2567dc91fa4a44da6014964950cad15.tar.gz historical-d7fa3ab1e2567dc91fa4a44da6014964950cad15.tar.bz2 historical-d7fa3ab1e2567dc91fa4a44da6014964950cad15.zip |
Respect LDFLAGS. Bug #337424
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'games-action/poopmup/files')
-rw-r--r-- | games-action/poopmup/files/poopmup-1.2-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-action/poopmup/files/poopmup-1.2-ldflags.patch b/games-action/poopmup/files/poopmup-1.2-ldflags.patch new file mode 100644 index 000000000000..e831a4fc34dd --- /dev/null +++ b/games-action/poopmup/files/poopmup-1.2-ldflags.patch @@ -0,0 +1,11 @@ +--- 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:
|