diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:37:34 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 21:37:34 +0000 |
commit | 1818bcb3aa80e09d8a2ee25b315998ea69dc3c27 (patch) | |
tree | a036b44a20287b2ba14a80960b26dcb006bf5351 /x11-toolkits/gtk-sharp/files/patch-configure | |
parent | Update to 1.1.8.2, most semaphore bugs in 1.1.8(.1) have been fixed. (diff) |
- Update to 1.0.10.
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool
and few others become as runtime dependency, which they are just need to be
in the build dependency.
- Fix the plist for gtk-sharp and gtk-sharp-devel share the some same main
directories.
BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
Notes
Notes:
svn path=/head/; revision=138850
Diffstat (limited to 'x11-toolkits/gtk-sharp/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtk-sharp/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/gtk-sharp/files/patch-configure b/x11-toolkits/gtk-sharp/files/patch-configure index 93536b31fffa..af874a056abd 100644 --- a/x11-toolkits/gtk-sharp/files/patch-configure +++ b/x11-toolkits/gtk-sharp/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Nov 2 23:10:31 2004 -+++ configure Tue Nov 2 23:13:55 2004 -@@ -20740,7 +20740,7 @@ +--- configure.orig Mon Jun 6 19:44:13 2005 ++++ configure Mon Jun 6 19:46:13 2005 +@@ -20851,7 +20851,7 @@ @@ -9,12 +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 @@ +@@ -21020,7 +21020,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)' +-GACUTIL_FLAGS='/package $(PACKAGE) /gacdir $(DESTDIR)$(prefix)/lib' ++GACUTIL_FLAGS='/package $(PACKAGE) /root $(DESTDIR)$(libdir) /gacdir $(DESTDIR)$(prefix)/lib' 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 |