summaryrefslogtreecommitdiff
path: root/app-misc/getopt/files/getopt-1.1.5-libintl.patch
blob: 0b39b4ecbdc0df65a8154f18bd07952894ef079d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile	2012-12-28 11:40:09.524686698 +0100
+++ b/Makefile	2012-12-28 11:41:20.646157275 +0100
@@ -61,7 +61,7 @@
 	-$(RM) $(objects) $(binaries) 
 
 getopt: $(objects)
-	$(CC) $(LDFLAGS) -o $@ $(objects)
+	$(CC) $(LDFLAGS) -o $@ $(objects) $(LIBINTL)
 
 install: getopt install_po
 	$(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(DESTDIR)$(man1dir)