diff options
author | 2007-05-18 14:39:09 +0000 | |
---|---|---|
committer | 2007-05-18 14:39:09 +0000 | |
commit | 3c826c83e3e9c484a2273377cdeb6bcb8baf5c24 (patch) | |
tree | ccdace1a96926d51a0eb3c5f46aea050cd2c2ed5 /sys-apps/hwinfo/files | |
parent | alpha/ia64/x86 stable wrt #178510 (diff) | |
download | historical-3c826c83e3e9c484a2273377cdeb6bcb8baf5c24.tar.gz historical-3c826c83e3e9c484a2273377cdeb6bcb8baf5c24.tar.bz2 historical-3c826c83e3e9c484a2273377cdeb6bcb8baf5c24.zip |
Version bump wrt bug #157256.
Authorized by maintainer.
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'sys-apps/hwinfo/files')
-rw-r--r-- | sys-apps/hwinfo/files/digest-hwinfo-13.28 | 6 | ||||
-rw-r--r-- | sys-apps/hwinfo/files/hwinfo-13.11-makefile-fixes.patch | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/sys-apps/hwinfo/files/digest-hwinfo-13.28 b/sys-apps/hwinfo/files/digest-hwinfo-13.28 new file mode 100644 index 000000000000..bb3ba26a3eaf --- /dev/null +++ b/sys-apps/hwinfo/files/digest-hwinfo-13.28 @@ -0,0 +1,6 @@ +MD5 0fcd2c6fbb5f0f19aa568a0c99e8395a hwinfo_13.28-1.diff.gz 8358 +RMD160 eb3214fcb0ed9f8885d9718aa39ff335629ec1b7 hwinfo_13.28-1.diff.gz 8358 +SHA256 915d283fd8a78670e2c37aa9f06783b056db90730431ac6fd2ea6212122978f7 hwinfo_13.28-1.diff.gz 8358 +MD5 0ce3f9b6758849884df160befbe0a767 hwinfo_13.28.orig.tar.gz 796912 +RMD160 043553f1dcead1e9cb96a4b10fdf59475efa4dd7 hwinfo_13.28.orig.tar.gz 796912 +SHA256 5bf57faf048b1dd3881f84986c55b7ab89baf1592977e7af1210f74ade67221e hwinfo_13.28.orig.tar.gz 796912 diff --git a/sys-apps/hwinfo/files/hwinfo-13.11-makefile-fixes.patch b/sys-apps/hwinfo/files/hwinfo-13.11-makefile-fixes.patch new file mode 100644 index 000000000000..0497ad8407b6 --- /dev/null +++ b/sys-apps/hwinfo/files/hwinfo-13.11-makefile-fixes.patch @@ -0,0 +1,12 @@ +diff -urN hwinfo-13.11/Makefile.common hwinfo-13.11.new/Makefile.common +--- hwinfo-13.11/Makefile.common 2006-09-11 11:36:57.000000000 +0100 ++++ hwinfo-13.11.new/Makefile.common 2007-01-22 18:43:43.000000000 +0000 +@@ -22,7 +22,7 @@ + + CC = gcc + LD = ld +-CFLAGS = $(RPM_OPT_FLAGS) -Wall -Wno-pointer-sign -pipe -g $(SHARED_FLAGS) $(EXTRA_FLAGS) -I$(TOPDIR)/src/hd ++CFLAGS = $(RPM_OPT_FLAGS) -Wall -pipe -g $(SHARED_FLAGS) $(EXTRA_FLAGS) -I$(TOPDIR)/src/hd + SHARED_FLAGS = -fPIC + + LDFLAGS = -Lsrc |