]> git.pld-linux.org Git - packages/dotnet-gtk-sharp.git/commitdiff
- fixed destdir for cache generation
authoraflinta <aflinta@pld-linux.org>
Sun, 20 Jun 2004 16:28:43 +0000 (16:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dotnet-gtk-sharp-destdir.patch -> 1.1

dotnet-gtk-sharp-destdir.patch [new file with mode: 0644]

diff --git a/dotnet-gtk-sharp-destdir.patch b/dotnet-gtk-sharp-destdir.patch
new file mode 100644 (file)
index 0000000..6dcf310
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN gtk-sharp-0.98.orig/configure.in gtk-sharp-0.98/configure.in
+--- gtk-sharp-0.98.orig/configure.in   2004-06-20 12:44:16.977015568 +0200
++++ gtk-sharp-0.98/configure.in        2004-06-20 13:09:54.851223152 +0200
+@@ -64,7 +64,7 @@
+ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
+ if test "x$has_mono" = "xtrue"; then
+-GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(libdir)'
++GACUTIL_FLAGS='/package $(PACKAGE) /root $(DESTDIR)$(libdir)'
+ GENERATED_SOURCES=generated/*.cs
+ AC_PATH_PROG(RUNTIME, mono, no)
+ AC_PATH_PROG(CSC, mcs, no)
This page took 0.062262 seconds and 4 git commands to generate.