diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-10 04:11:49 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-10 04:11:49 +0800 |
commit | 0ce78390f3742c5df08781a01b079454c139af13 (patch) | |
tree | 4e064f4a872332c08c25277e4c40c4dd9374cd6f /devel/liboil | |
parent | e08c5e1ffb8e66a0cbbc3cb3c2914eed30bbb2a8 (diff) | |
download | freebsd-ports-gnome-0ce78390f3742c5df08781a01b079454c139af13.tar.gz freebsd-ports-gnome-0ce78390f3742c5df08781a01b079454c139af13.tar.zst freebsd-ports-gnome-0ce78390f3742c5df08781a01b079454c139af13.zip |
* Disable SSE2 support since it is buggy and can cause crashes in
gstreamer applications
* Add gnometarget
Approved by: ahze
Diffstat (limited to 'devel/liboil')
-rw-r--r-- | devel/liboil/Makefile | 3 | ||||
-rw-r--r-- | devel/liboil/files/patch-liboil_Makefile.in | 20 |
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 |