smock: use $basearch in smock.mock.extra
[fedora-mingw.git] / inkscape / mingw32-inkscape-20081027-paths.patch
1 Index: src/path-prefix.h
2 ===================================================================
3 --- src/path-prefix.h   (revision 20075)
4 +++ src/path-prefix.h   (working copy)
5 @@ -42,7 +42,7 @@
6  #    define CREATE_PALETTESDIR    BR_DATADIR( "/create/swatches" )
7  #    define CREATE_PATTERNSDIR    BR_DATADIR( "/create/patterns/vector" )
8  #else
9 -#  ifdef WIN32
10 +#  if 0
11  #    define INKSCAPE_APPICONDIR   WIN32_DATADIR("pixmaps")
12  #    define INKSCAPE_BINDDIR      WIN32_DATADIR("share\\bind")
13  #    define INKSCAPE_EXAMPLESDIR  WIN32_DATADIR("share\\examples")