geda-gaf: Add patch to fix rendering with dashed lines (from upstream)
[minipack.git] / minipack.conf
blob2973567b3eadc2ace52bda487e4a7acc1ca320e0
1 # Change the host for your toolchain.
2 # Or comment to use native building.
3 host=i586-mingw32msvc
5 # Guess the build platform.
6 build=`mpk-config.guess`
8 # Some useful mingw 32-bit flags.
9 CFLAGS='-O3 -s -mms-bitfields -march=i686'
10 CXXFLAGS=$CFLAGS
12 # Needed (at least on Ubuntu 9.10) so mingw-runtime include files
13 # can override certain ones provided by mingw-gcc.
14 CPPFLAGS=-B/usr/i586-mingw32msvc
16 # Place your favorite GNU mirror here.
17 # gnu_mirror=http://ftp.unicamp.br/pub/gnu
19 # Full path to the source cache.
20 # Default: $topdir/sources
21 # sourcedir=
23 # Full path to the directory to place the results.
24 # Default: $topdir/result
25 # resultdir=
27 # Full path to the build directory.
28 # Default: $topdir/build
29 # builddir=
31 # Full path to the build recipes directory.
32 # Default: $prefix/recipes
33 # recipedir=
35 # Full path to the patches directory.
36 # Default: $prefix/patches
37 # patchdir=