summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-09 20:11:49 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-01-09 20:11:49 +0000
commit168e68a284643b47ab33226fa56ba8ca9e2f67a9 (patch)
tree3357a6cad2ed2561c2f00a4f15e08ab7e58ae35d /devel
parentMake this port X11BASE clean. (diff)
* Disable SSE2 support since it is buggy and can cause crashes in
gstreamer applications * Add gnometarget Approved by: ahze
Notes
Notes: svn path=/head/; revision=181877
Diffstat (limited to 'devel')
-rw-r--r--devel/liboil/Makefile3
-rw-r--r--devel/liboil/files/patch-liboil_Makefile.in20
2 files changed, 22 insertions, 1 deletions
diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index ed1f61f98b80..ba835acf2eb0 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -7,6 +7,7 @@
PORTNAME= liboil
PORTVERSION= 0.3.10
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://liboil.freedesktop.org/download/ \
${MASTER_SITE_LOCAL}
@@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ahze
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Library of optimized inner loops
-USE_GNOME= pkgconfig gnomehack
+USE_GNOME= pkgconfig gnomehack gnometarget
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CONFIGURE_ARGS= --disable-gtk-doc \
diff --git a/devel/liboil/files/patch-liboil_Makefile.in b/devel/liboil/files/patch-liboil_Makefile.in
new file mode 100644
index 000000000000..d7d62af77e45
--- /dev/null
+++ b/devel/liboil/files/patch-liboil_Makefile.in
@@ -0,0 +1,20 @@
+--- liboil/Makefile.in.orig Tue Jan 9 02:46:56 2007
++++ liboil/Makefile.in Tue Jan 9 02:47:13 2007
+@@ -41,8 +41,6 @@ host_triplet = @host@
+ @HAVE_GCC_ASM_TRUE@@HAVE_I386_TRUE@am__append_2 = i386/libi386.la i386_amd64/libi386_amd64.la
+ @HAVE_MMX_INTRINSICS_TRUE@am__append_3 = mmx
+ @HAVE_MMX_INTRINSICS_TRUE@am__append_4 = mmx/libmmx.la
+-@HAVE_SSE2_INTRINSICS_TRUE@am__append_5 = fb sse
+-@HAVE_SSE2_INTRINSICS_TRUE@am__append_6 = fb/libfb.la sse/libsse.la
+ #subdir_i386 += 3dnow
+ #libs_i386 += 3dnow/lib3dnow.la
+ @HAVE_AMD64_TRUE@@HAVE_GCC_ASM_TRUE@am__append_7 = amd64 i386_amd64
+@@ -126,8 +124,6 @@ liboil_@LIBOIL_OLD_MAJORMINOR@_la_OBJECT
+ @HAVE_GCC_ASM_TRUE@@HAVE_I386_TRUE@ i386/libi386.la \
+ @HAVE_GCC_ASM_TRUE@@HAVE_I386_TRUE@ i386_amd64/libi386_amd64.la
+ @HAVE_MMX_INTRINSICS_TRUE@am__DEPENDENCIES_3 = mmx/libmmx.la
+-@HAVE_SSE2_INTRINSICS_TRUE@am__DEPENDENCIES_4 = fb/libfb.la \
+-@HAVE_SSE2_INTRINSICS_TRUE@ sse/libsse.la
+ @HAVE_AMD64_TRUE@@HAVE_GCC_ASM_TRUE@am__DEPENDENCIES_5 = \
+ @HAVE_AMD64_TRUE@@HAVE_GCC_ASM_TRUE@ amd64/libamd64.la \
+ @HAVE_AMD64_TRUE@@HAVE_GCC_ASM_TRUE@ i386_amd64/libi386_amd64.la