diff options
Diffstat (limited to 'devel/libmpeg3/patches/patch-aa')
-rw-r--r-- | devel/libmpeg3/patches/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/libmpeg3/patches/patch-aa b/devel/libmpeg3/patches/patch-aa deleted file mode 100644 index 19760373573..00000000000 --- a/devel/libmpeg3/patches/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/08/02 17:34:00 drochner Exp $ - ---- Makefile.orig Sun May 20 05:05:26 2001 -+++ Makefile Tue Jul 31 17:34:17 2001 -@@ -2,7 +2,7 @@ - - CFLAGS += - --OBJDIR = $(shell uname --machine) -+OBJDIR = work - - $(shell sh -c 'if ! test -d $(OBJDIR)\; then \ - mkdir $(OBJDIR)\; \ -@@ -69,7 +69,7 @@ - - OUTPUT = $(OBJDIR)/libmpeg3.a - UTILS = $(OBJDIR)/dump $(OBJDIR)/mpeg3cat $(OBJDIR)/mpeg3toc $(OBJDIR)/mpeg3split --LIBS = -lm -lpthread -+LIBS = -L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib -lm -lpthread - - all: $(OUTPUT) util - |