summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libacpi/files/0.2-config.patch')
-rw-r--r--sys-libs/libacpi/files/0.2-config.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys-libs/libacpi/files/0.2-config.patch b/sys-libs/libacpi/files/0.2-config.patch
deleted file mode 100644
index e7a3bbed5..000000000
--- a/sys-libs/libacpi/files/0.2-config.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- config.mk 2007-07-29 14:09:34.000000000 +0200
-+++ config.mk.new 2009-04-10 21:02:50.000000000 +0200
-@@ -3,15 +3,14 @@
- SONAME = libacpi.so.${SOVERSION}
-
- # customize below to fit your system
--PREFIX = /usr/local
-+PREFIX = /usr/
- MANPREFIX = ${PREFIX}/share/man
-
- # flags
--SOFLAGS = -shared -Wl,-soname,${SONAME}
--CFLAGS += -fPIC -g --pedantic -Wall -Wextra
-+SOFLAGS = $(LDFLAGS) -shared -Wl,-soname,${SONAME}
-+CFLAGS += -fPIC
-
- # Compiler and linker
--CC = cc
- LD = ${CC}
- AR = ar cr
- RANLIB = ranlib