]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/blob - dotnet-gtk-sharp-destdir.patch
- fixed destdir for cache generation
[packages/dotnet-gtk-sharp.git] / dotnet-gtk-sharp-destdir.patch
1 diff -urN gtk-sharp-0.98.orig/configure.in gtk-sharp-0.98/configure.in
2 --- gtk-sharp-0.98.orig/configure.in    2004-06-20 12:44:16.977015568 +0200
3 +++ gtk-sharp-0.98/configure.in 2004-06-20 13:09:54.851223152 +0200
4 @@ -64,7 +64,7 @@
5  PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
6  
7  if test "x$has_mono" = "xtrue"; then
8 -GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir)'
9 +GACUTIL_FLAGS='/package $(PACKAGE) /root $(DESTDIR)$(libdir)'
10  GENERATED_SOURCES=generated/*.cs
11  AC_PATH_PROG(RUNTIME, mono, no)
12  AC_PATH_PROG(CSC, mcs, no)
This page took 0.054792 seconds and 3 git commands to generate.