diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 22:14:35 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-07-10 22:14:35 +0000 |
commit | e8843bee7db4c84fd4612c4a27180c32610c27d3 (patch) | |
tree | 1f6ba755edba6d3213c9f91a870aa477efc794fa /x11-toolkits/gtk-sharp-devel/files/patch-configure | |
parent | Add the 2>/dev/null||true business to a locale directory rmdir thinger. (diff) |
- Update to 1.9.5.
- 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=138861
Diffstat (limited to 'x11-toolkits/gtk-sharp-devel/files/patch-configure')
-rw-r--r-- | x11-toolkits/gtk-sharp-devel/files/patch-configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk-sharp-devel/files/patch-configure b/x11-toolkits/gtk-sharp-devel/files/patch-configure index e5b6fd93a476..f3617f7cb418 100644 --- a/x11-toolkits/gtk-sharp-devel/files/patch-configure +++ b/x11-toolkits/gtk-sharp-devel/files/patch-configure @@ -13,7 +13,7 @@ if test "x$has_mono" = "xtrue"; then --GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(libdir)' +-GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /gacdir $(DESTDIR)$(prefix)/lib' +GACUTIL_FLAGS='/package $(PACKAGE_VERSION) /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. |