summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2008-12-02 11:15:31 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2008-12-02 11:15:31 +0000
commit34749f083381155fddf25d3a2e0b2f035bbe9041 (patch)
treedc1710ada3124fdc70587f0fbdfce542f54959a5 /x11-plugins/wmSun/files
parentVersion bump (diff)
downloadgentoo-2-34749f083381155fddf25d3a2e0b2f035bbe9041.tar.gz
gentoo-2-34749f083381155fddf25d3a2e0b2f035bbe9041.tar.bz2
gentoo-2-34749f083381155fddf25d3a2e0b2f035bbe9041.zip
files/wmSun-1.03-makefile.patch:
Fixed LDFLAGS ordering. See bug #248616. wmSun-1.03.ebuild: wiped out oldest release. (Portage version: 2.1.4.5)
Diffstat (limited to 'x11-plugins/wmSun/files')
-rw-r--r--x11-plugins/wmSun/files/wmSun-1.03-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch b/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
index 1e712ede094e..c12f6771e4db 100644
--- a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
+++ b/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
@@ -28,7 +28,7 @@
wmSun.o: wmSun_master.xpm wmSun_mask.xbm
wmSun: $(OBJS)
- $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
-+ $(CC) $(CFLAGS) -lm -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS)
++ $(CC) $(CFLAGS) -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS) -lm
clean:
for i in $(OBJS) ; do \