Author: jbeich
Date: Wed Jun 13 19:24:25 2012
New Revision: 751

Log:
move ycbcr patch to correct location

Added:
   
branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in
      - copied unchanged from r750, 
branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in
Deleted:
   branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in

Copied: 
branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in
 (from r750, 
branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ 
branches/experimental/www/seamonkey-beta/files/patch-mozilla-gfx-ycbcr-Makefile.in
  Wed Jun 13 19:24:25 2012        (r751, copy of r750, 
branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in)
@@ -0,0 +1,21 @@
+--- mozilla/gfx/ycbcr/Makefile.in~
++++ mozilla/gfx/ycbcr/Makefile.in
+@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux)
+ CPPSRCS += yuv_row_posix.cpp \
+            $(NULL)
+ else
++ifeq ($(OS_ARCH),FreeBSD)
++CPPSRCS += yuv_row_posix.cpp \
++           $(NULL)
++else
+ ifeq ($(OS_ARCH),SunOS)
+ CPPSRCS += yuv_row_posix.cpp \
+            $(NULL)
+@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \
+            $(NULL)
+ endif # Darwin
+ endif # SunOS
++endif # FreeBSD
+ endif # linux
+ endif # windows
+ 
\ No newline at end of file

Deleted: 
branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in
==============================================================================
--- 
branches/experimental/www/seamonkey-beta/patch-mozilla-gfx-ycbcr-Makefile.in    
    Wed Jun 13 19:24:25 2012        (r750)
+++ /dev/null   00:00:00 1970   (deleted)
@@ -1,21 +0,0 @@
---- mozilla/gfx/ycbcr/Makefile.in~
-+++ mozilla/gfx/ycbcr/Makefile.in
-@@ -58,6 +58,10 @@ ifeq ($(OS_ARCH),Linux)
- CPPSRCS += yuv_row_posix.cpp \
-            $(NULL)
- else
-+ifeq ($(OS_ARCH),FreeBSD)
-+CPPSRCS += yuv_row_posix.cpp \
-+           $(NULL)
-+else
- ifeq ($(OS_ARCH),SunOS)
- CPPSRCS += yuv_row_posix.cpp \
-            $(NULL)
-@@ -70,6 +74,7 @@ CPPSRCS += yuv_row_other.cpp \
-            $(NULL)
- endif # Darwin
- endif # SunOS
-+endif # FreeBSD
- endif # linux
- endif # windows
- 
\ No newline at end of file
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to