Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28414
Collapse All | Expand All

(-)graphviz-1.9/dotneato/common/Makefile.in (-1 / +1 lines)
Lines 528-534 Link Here
528
	$(AWK) -f $(top_srcdir)/dotneato/awk/colortbl.awk color_lib > colortbl.h
528
	$(AWK) -f $(top_srcdir)/dotneato/awk/colortbl.awk color_lib > colortbl.h
529
529
530
color_lib : color_names
530
color_lib : color_names
531
	$(SED) s/_//g color_names | $(SORT) +0 -1 > color_lib
531
	$(SED) s/_//g color_names | $(SORT) -k1,2 > color_lib
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
533
# Otherwise a system limit (for SysV at least) may be exceeded.
533
# Otherwise a system limit (for SysV at least) may be exceeded.
534
.NOEXPORT:
534
.NOEXPORT:
(-)graphviz-1.9/ltmain.sh (-1 / +1 lines)
Lines 3306-3312 Link Here
3306
	    fi
3306
	    fi
3307
3307
3308
	    # Try sorting and uniquifying the output.
3308
	    # Try sorting and uniquifying the output.
3309
	    if grep -v "^: " < "$nlist" | sort +2 | uniq > "$nlist"S; then
3309
	    if grep -v "^: " < "$nlist" | sort -k3 | uniq > "$nlist"S; then
3310
	      :
3310
	      :
3311
	    else
3311
	    else
3312
	      grep -v "^: " < "$nlist" > "$nlist"S
3312
	      grep -v "^: " < "$nlist" > "$nlist"S

Return to bug 28414