You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/transset-df/files/transset-df-6-ldflags.patch

12 lines
313 B

--- transset-df-6/Makefile.orig 2006-01-10 22:34:56.000000000 +0100
+++ transset-df-6/Makefile 2009-02-09 17:36:59.292898452 +0100
@@ -9,7 +9,7 @@
OBJS=transSet.o dsimple.o
transset-df: $(OBJS)
- $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
$(OBJS): dsimple.h