From 585fdd7e82ad5844a14201ec58e2b5ad5a7148b6 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Thu, 6 Sep 2007 05:57:20 +0000 Subject: conf/machine/i586-generic.conf : Rename the included tune file from .conf to .inc --- conf/machine/i586-generic.conf | 2 +- conf/machine/include/tune-pentium.conf | 3 --- conf/machine/include/tune-pentium.inc | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 conf/machine/include/tune-pentium.conf create mode 100644 conf/machine/include/tune-pentium.inc diff --git a/conf/machine/i586-generic.conf b/conf/machine/i586-generic.conf index 37d2945301..0ef522441b 100644 --- a/conf/machine/i586-generic.conf +++ b/conf/machine/i586-generic.conf @@ -25,5 +25,5 @@ MACHINE_TASK_PROVIDER = "task-base" #tune for pentium cpu -require conf/machine/include/tune-pentium.conf +require conf/machine/include/tune-pentium.inc diff --git a/conf/machine/include/tune-pentium.conf b/conf/machine/include/tune-pentium.conf deleted file mode 100644 index 7b1a517895..0000000000 --- a/conf/machine/include/tune-pentium.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-mcpu=pentium" -PACKAGE_ARCH = "i586" - diff --git a/conf/machine/include/tune-pentium.inc b/conf/machine/include/tune-pentium.inc new file mode 100644 index 0000000000..7b1a517895 --- /dev/null +++ b/conf/machine/include/tune-pentium.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=pentium" +PACKAGE_ARCH = "i586" + -- cgit v1.2.3 From 6f784c700d590ff8cab06be8ed854165a8447906 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Thu, 6 Sep 2007 05:57:57 +0000 Subject: conf/machine/i686-generic.conf : Rename the included tune file from .conf to .inc --- conf/machine/i686-generic.conf | 2 +- conf/machine/include/tune-pentiumpro.conf | 3 --- conf/machine/include/tune-pentiumpro.inc | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 conf/machine/include/tune-pentiumpro.conf create mode 100644 conf/machine/include/tune-pentiumpro.inc diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf index 3defb29fa5..8ff87553ba 100644 --- a/conf/machine/i686-generic.conf +++ b/conf/machine/i686-generic.conf @@ -23,5 +23,5 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" MACHINE_TASK_PROVIDER = "task-base" #tune for pentium pro cpu -require conf/machine/include/tune-pentiumpro.conf +require conf/machine/include/tune-pentiumpro.inc diff --git a/conf/machine/include/tune-pentiumpro.conf b/conf/machine/include/tune-pentiumpro.conf deleted file mode 100644 index aa9a8dfa1d..0000000000 --- a/conf/machine/include/tune-pentiumpro.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-mcpu=pentiumpro" -PACKAGE_ARCH = "i686" - diff --git a/conf/machine/include/tune-pentiumpro.inc b/conf/machine/include/tune-pentiumpro.inc new file mode 100644 index 0000000000..aa9a8dfa1d --- /dev/null +++ b/conf/machine/include/tune-pentiumpro.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-mcpu=pentiumpro" +PACKAGE_ARCH = "i686" + -- cgit v1.2.3 From f4db3713788397e03d3d41c417f55fa7bb7cb403 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Thu, 6 Sep 2007 06:01:13 +0000 Subject: site/ix86-common : Add a def for libpcap --- site/ix86-common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/ix86-common b/site/ix86-common index 00c544f382..226e2e0f79 100644 --- a/site/ix86-common +++ b/site/ix86-common @@ -166,6 +166,9 @@ libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll} ac_cv_lbl_unaligned_fail=${ac_cv_lbl_unaligned_fail=no} ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} +# libpcap +ac_cv_linux_vers=${ac_cv_linux_vers=2} + # libxfce4util with_broken_putenv=${with_broken_putenv=no} -- cgit v1.2.3 From 642473871f304eda91209da4bfa9ed6ce7dd72a1 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 6 Sep 2007 07:04:02 +0000 Subject: pango.inc: also depend on virtual/libiconv, should fix #2934 --- packages/pango/pango.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pango/pango.inc b/packages/pango/pango.inc index e73fecbfb2..5189d950c1 100644 --- a/packages/pango/pango.inc +++ b/packages/pango/pango.inc @@ -8,7 +8,7 @@ EXTRA_AUTORECONF = "" SECTION = "x11/libs" -DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" +DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv virtual/libx11 libxft gtk-doc cairo" PACKAGES_DYNAMIC = "pango-module-*" -- cgit v1.2.3