mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
* Disable SSE2 support since it is buggy and can cause crashes in
gstreamer applications * Add gnometarget Approved by: ahze
This commit is contained in:
parent
3d2c70905d
commit
168e68a284
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181877
2 changed files with 22 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= liboil
|
PORTNAME= liboil
|
||||||
PORTVERSION= 0.3.10
|
PORTVERSION= 0.3.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://liboil.freedesktop.org/download/ \
|
MASTER_SITES= http://liboil.freedesktop.org/download/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
|
@ -15,7 +16,7 @@ MASTER_SITE_SUBDIR= ahze
|
||||||
MAINTAINER= multimedia@FreeBSD.org
|
MAINTAINER= multimedia@FreeBSD.org
|
||||||
COMMENT= Library of optimized inner loops
|
COMMENT= Library of optimized inner loops
|
||||||
|
|
||||||
USE_GNOME= pkgconfig gnomehack
|
USE_GNOME= pkgconfig gnomehack gnometarget
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||||
|
|
20
devel/liboil/files/patch-liboil_Makefile.in
Normal file
20
devel/liboil/files/patch-liboil_Makefile.in
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue