diff --git a/app-text/noweb/files/noweb-2.12-ldflags.patch b/app-text/noweb/files/noweb-2.12-ldflags.patch index cc3e0acb86..0dd43e4f43 100644 --- a/app-text/noweb/files/noweb-2.12-ldflags.patch +++ b/app-text/noweb/files/noweb-2.12-ldflags.patch @@ -1,6 +1,6 @@ --- a/src/c/Makefile +++ b/src/c/Makefile -@@ -41,19 +41,16 @@ +@@ -41,19 +41,15 @@ all: nt markup mnt finduses nwmktemp nt: $(TANGLEOBJS) @@ -8,7 +8,7 @@ + $(CC) $(CFLAGS) $(LDFLAGS) -o nt $(TANGLEOBJS) nwmktemp: nwmktemp.o - $(CC) $(CFLAGS) -o nwmktemp nwmktemp.o +- $(CC) $(CFLAGS) -o nwmktemp nwmktemp.o finduses: $(FINDUSESOBJS) - $(CC) $(CFLAGS) -o finduses $(FINDUSESOBJS)