Changeset 2d663bf in freewrt for tools


Ignore:
Timestamp:
Jun 6, 2007, 3:28:50 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
b874a26
Parents:
023784b
Message:

sync to new tntnet version

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2729 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/tntnet/patches/patch-tntnet-config_in

    r023784b r2d663bf  
    55        • rest of the diff: support BSD make
    66
    7 --- tntnet-1.5.3.6.orig/tntnet-config.in        Fri May  4 20:09:09 2007
    8 +++ tntnet-1.5.3.6/tntnet-config.in     Wed Jun  6 11:16:23 2007
     7--- tntnet-1.6.0.orig/tntnet-config.in  Mon May 21 19:37:21 2007
     8+++ tntnet-1.6.0/tntnet-config.in       Wed Jun  6 13:02:56 2007
    99@@ -5,6 +5,9 @@ exec_prefix=@exec_prefix@
    1010 includedir=@includedir@
     
    1717 {
    1818     cat 1>&2 <<EOF
    19 @@ -87,6 +90,10 @@ makefile()
     19@@ -88,6 +91,10 @@ makefile()
    2020   if test ! -z "$1"
    2121   then
     
    2828        \$(CXX) -o \$@ \$(LDFLAGS) \$^
    2929 
    30 @@ -94,21 +101,25 @@ EOF
     30@@ -95,23 +102,27 @@ EOF
    3131   fi
    3232 
     
    5252+.jpg.cpp:
    5353        \$(ECPPC) \$(ECPPFLAGS) \$(ECPPFLAGS_JPG) -b \$<
     54-%.cpp: %.png
     55+.png.cpp:
     56        \$(ECPPC) \$(ECPPFLAGS) \$(ECPPFLAGS_PNG) -b \$<
    5457-%.cpp: %.css
    5558+.css.cpp:
Note: See TracChangeset for help on using the changeset viewer.