]> git.pld-linux.org Git - packages/compat-ncurses5.git/commitdiff
- d'oh
authorsparky <sparky@pld-linux.org>
Sat, 5 Aug 2006 16:30:56 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses-linking.patch -> 1.3

ncurses-linking.patch

index d3af51c24969fdea747b262f488c943de987641d..5554f176a3625f8b3a6dbf03bf302889f9948449 100644 (file)
@@ -90,7 +90,7 @@ diff -Nur ncurses-5.5.orig/tack/Makefile.in ncurses-5.5.linking/tack/Makefile.in
  
  tack$x: $(DEPS_TACK) $(DEPS_CURSES)
 -      @ECHO_LINK@ $(LINK) $(DEPS_TACK) $(LDFLAGS_DEFAULT) -o $@
-+      @ECHO_LINK@ $(LDFLAGS_DEFAULT) $(LINK) $(DEPS_TACK) -o $@
++      @ECHO_LINK@ $(LINK) $(LDFLAGS_DEFAULT) $(DEPS_TACK) -o $@
  
  #
  # Utility productions start here
This page took 0.11902 seconds and 4 git commands to generate.