summaryrefslogtreecommitdiff
path: root/package/libpciaccess
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-11-03 21:04:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-11-03 21:04:43 +0100
commit4fcc7439fb4e203f510e133a21e1bf9150b79368 (patch)
tree32eedf8ba00bb4ec35b196205bc9356a8ae5f5a8 /package/libpciaccess
parent5dd0e62fa8d9366998288e7f384e48dad02949e1 (diff)
update X11, kerberos, samba, bluez
- fix some ipkg issues with ubuntu - use grub2 for alix1c, no grub1 dependency on host - boots up on alix1c - fix some bcm203x problems
Diffstat (limited to 'package/libpciaccess')
-rw-r--r--package/libpciaccess/Makefile10
-rw-r--r--package/libpciaccess/patches/patch-configure_ac16
2 files changed, 5 insertions, 21 deletions
diff --git a/package/libpciaccess/Makefile b/package/libpciaccess/Makefile
index ccf80e9a1..fdc2da826 100644
--- a/package/libpciaccess/Makefile
+++ b/package/libpciaccess/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= libpciaccess
-PKG_VERSION:= 0.10.3
+PKG_VERSION:= 0.10.9
PKG_RELEASE:= 1
-PKG_MD5SUM:= 3c4a7578cb63c63ccb1ebca87e10407f
+PKG_MD5SUM:= 5dad6221c2766d5a727ef32e83a0a878
PKG_DESCR:= X.org libpciaccess library
PKG_SECTION:= x11
PKG_SITES:= ${MASTER_SITE_XORG}
@@ -15,9 +15,9 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBPCIACCESS,libpciaccess,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= autotool gnu
-BUILD_STYLE= auto
-INSTALL_STYLE= auto confprog
+CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
+INSTALL_STYLE:= auto
post-install:
${INSTALL_DIR} ${IDIR_LIBPCIACCESS}/usr/lib
diff --git a/package/libpciaccess/patches/patch-configure_ac b/package/libpciaccess/patches/patch-configure_ac
deleted file mode 100644
index 11571fda3..000000000
--- a/package/libpciaccess/patches/patch-configure_ac
+++ /dev/null
@@ -1,16 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- libpciaccess-0.10.3.orig/configure.ac 2008-06-10 21:24:44.000000000 +0200
-+++ libpciaccess-0.10.3/configure.ac 2009-05-10 17:22:54.000000000 +0200
-@@ -91,12 +91,6 @@ AM_CONDITIONAL(FREEBSD, [test "x$freebsd
- AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
- AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
-
--AC_CHECK_FILE([/usr/include/asm/mtrr.h],
-- [have_mtrr_h="yes"], [have_mtrr_h="no"])
--if test "x$have_mtrr_h" = xyes; then
-- AC_DEFINE(HAVE_MTRR, 1, [Use MTRRs on mappings])
--fi
--
- AC_SUBST(PCIACCESS_CFLAGS)
- AC_SUBST(PCIACCESS_LIBS)
-