diff options
Diffstat (limited to 'popt-1.16.local.patch')
-rw-r--r-- | popt-1.16.local.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/popt-1.16.local.patch b/popt-1.16.local.patch new file mode 100644 index 00000000..8ccca2cd --- /dev/null +++ b/popt-1.16.local.patch @@ -0,0 +1,21 @@ +--- popt-1.16/config.sub.orig 2010-04-26 14:16:44.000000000 +0200 ++++ popt-1.16/config.sub 2016-02-12 15:51:37.738535300 +0100 +@@ -735,6 +735,9 @@ + microblaze) + basic_machine=microblaze-xilinx + ;; ++ midipix) ++ os=-midipix ++ ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 +@@ -1294,7 +1297,7 @@ + | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* | -cegcc* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ +- | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ ++ | -midipix* | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ |