summaryrefslogtreecommitdiff
path: root/devel/libaura/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libaura/files/patch-Makefile')
-rw-r--r--devel/libaura/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/libaura/files/patch-Makefile b/devel/libaura/files/patch-Makefile
deleted file mode 100644
index 7277ee1556e0..000000000000
--- a/devel/libaura/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 2006-04-18 00:32:27 UTC
-+++ Makefile
-@@ -1,9 +1,6 @@
- # Makefile for libaura.
- # $Id: Makefile,v 1.20 2005/08/26 22:44:37 cpressey Exp $
-
--BASE?=../..
--include ${BASE}/Config
--
- LIB= aura
- LIB_VER=3
-
-@@ -17,7 +14,7 @@ ${SONAME}: ${OBJS}
- all: ${SONAME} ${ANAME}
-
- ${SONAME}: ${OBJS}
-- ${CC} ${OBJS} -shared ${LDFLAGS} -o ${SONAME}
-+ ${CC} ${OBJS} -shared ${LDFLAGS} -Wl,-soname,${SONAME} -o ${SONAME}
- ln -sf ${SONAME} ${SOLINK}
-
- ${ANAME}: ${OBJS}