aboutsummaryrefslogtreecommitdiff
path: root/multimedia/moonlight
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2009-02-24 17:54:22 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2009-02-24 17:54:22 +0000
commitf1477e267972ae234567414c2d21520634c35032 (patch)
treecc803d9ade6beb3d59b9d34c8987514dc0043b66 /multimedia/moonlight
parent0581db3ca8e4a433046a4f051ca69a1f95dd7852 (diff)
downloadports-f1477e267972ae234567414c2d21520634c35032.tar.gz
ports-f1477e267972ae234567414c2d21520634c35032.zip
Notes
Diffstat (limited to 'multimedia/moonlight')
-rw-r--r--multimedia/moonlight/Makefile1
-rw-r--r--multimedia/moonlight/files/patch-configure11
2 files changed, 4 insertions, 8 deletions
diff --git a/multimedia/moonlight/Makefile b/multimedia/moonlight/Makefile
index d66c191ed3f9..ec0e7236752f 100644
--- a/multimedia/moonlight/Makefile
+++ b/multimedia/moonlight/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moonlight
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= multimedia www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/moon/
DISTNAME= moon-${PORTVERSION}
diff --git a/multimedia/moonlight/files/patch-configure b/multimedia/moonlight/files/patch-configure
index d5333e4b41e6..84cdf9a97800 100644
--- a/multimedia/moonlight/files/patch-configure
+++ b/multimedia/moonlight/files/patch-configure
@@ -1,5 +1,5 @@
--- configure.orig 2009-01-13 19:53:23.000000000 +0000
-+++ configure 2009-02-13 15:20:45.000000000 +0000
++++ configure 2009-02-24 17:52:38.000000000 +0000
@@ -23676,6 +23676,9 @@
*linux* )
TARGET_PLATFORM="Linux"
@@ -10,17 +10,12 @@
* )
{ { echo "$as_me:$LINENO: error: Target os $target_os is unknown.
Please add the appropriate string to configure.ac.
-@@ -24219,10 +24222,14 @@
- ;;
- esac
- case "$host" in
-- *-*-*linux*)
-+ *-*-*linux*|*freebsd*)
+@@ -24223,6 +24226,10 @@
OSTYPE=linux
CODECS_OS_SUPPORTED="yes"
;;
+ *freebsd*)
-+ OSTYPE=linux
++ OSTYPE=freebsd
+ CODECS_OS_SUPPORTED="no"
+ ;;
esac