diff options
Diffstat (limited to 'x11-toolkits/gtk-sharp-devel/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/files/patch-configure b/x11-toolkits/gtk-sharp-devel/files/patch-configure index 751dc04f6af..93536b31fff 100644 --- a/x11-toolkits/gtk-sharp-devel/files/patch-configure +++ b/x11-toolkits/gtk-sharp-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.bak Tue Jun 29 09:02:24 2004 -+++ configure Thu Jul 8 02:13:18 2004 -@@ -8441,7 +8441,7 @@ +--- configure.orig Tue Nov 2 23:10:31 2004 ++++ configure Tue Nov 2 23:13:55 2004 +@@ -20740,7 +20740,7 @@ @@ -9,3 +9,12 @@ # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 +@@ -20909,7 +20909,7 @@ + + + if test "x$has_mono" = "xtrue"; then +-GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)$(libdir)' ++GACUTIL_FLAGS='/package $(PACKAGE) /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(libdir)' + GENERATED_SOURCES=generated/*.cs + # Extract the first word of "mono", so it can be a program name with args. + set dummy mono; ac_word=$2 |