mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy, devel/mono-tools, devel/monodevelop, devel/monodevelop-boo, devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala, graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp, multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight, www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20, x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus). PR: ports/143657 [1] Submitted by: glewis [1]
35 lines
759 B
Text
35 lines
759 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -17940,6 +17940,10 @@
|
|
MOONLIGHT_CODEC_OSTYPE=linux
|
|
CODECS_OS_SUPPORTED="yes"
|
|
;;
|
|
+ *-*-*freebsd*)
|
|
+ MOONLIGHT_CODEC_OSTYPE=freebsd
|
|
+ CODECS_OS_SUPPORTED="yes"
|
|
+ ;;
|
|
esac
|
|
|
|
if test ${MOONLIGHT_CODEC_ARCH} = unknown; then
|
|
@@ -20603,6 +20607,9 @@
|
|
*linux*)
|
|
TARGET_PLATFORM="Linux"
|
|
;;
|
|
+ *freebsd*)
|
|
+ TARGET_PLATFORM="FreeBSD"
|
|
+ ;;
|
|
*)
|
|
{ { $as_echo "$as_me:$LINENO: error: Target os $target_os is unknown.
|
|
Please add the appropriate string to configure.ac.
|
|
@@ -20619,7 +20626,7 @@
|
|
TARGET_PLATFORM="$TARGET_PLATFORM"_x86-gcc3
|
|
INSTALL_ARCH=i586
|
|
;;
|
|
- x86_64)
|
|
+ x86_64|amd64)
|
|
TARGET_PLATFORM="$TARGET_PLATFORM"_x86_64-gcc3
|
|
INSTALL_ARCH=x86_64
|
|
;;
|