Control: tags -1 + patch

Hi,

the attached patch fixes this FTBFS by moving the libraries to the end
of the command line.

Kind regards,
  Reiner
diff -u wmwave-0.4/Makefile wmwave-0.4/Makefile
--- wmwave-0.4/Makefile
+++ wmwave-0.4/Makefile
@@ -21,7 +21,7 @@
 	cc $(CFLAGS) -I/usr/X11R6/share/include -c wmwave.c -o $*.o
 
 wmwave: $(OBJS) wmwave.o
-	cc $(CFLAGS) -o wmwave $(OBJS) -lXext $(LIBDIR) $(LIBS) wmwave.o
+	cc $(CFLAGS) -o wmwave $(OBJS) $(LIBDIR) wmwave.o -lXext $(LIBS)
 
 all:: wmwave
 

Attachment: signature.asc
Description: PGP signature

Reply via email to