summaryrefslogtreecommitdiff
path: root/app-text/c2ps/files/c2ps-4.0-LDFLAGS.patch
blob: 04c12af2bad528f24258698be68d6d2bf237b245 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@
 	install -m 644 c2ps.1 $(MAN)
 
 compile:	c2ps.c
-	$(CC) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c
+	$(CC) $(LDFLAGS) $(PREP_OPTIONS) $(CCFLAGS) -o c2ps c2ps.c $(LIBS)
 
 clean:
 	$(RM) c2ps *.o core *~