aboutsummaryrefslogtreecommitdiff
path: root/multimedia/replex/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-10-13 19:18:56 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-10-13 19:18:56 +0000
commit9eeb2b4a0c3cef877116b5f13e16f7f3c606bfe5 (patch)
tree62841e105d3d3bc6677b4d749b8ec016adaa3999 /multimedia/replex/files
parent1fb2a4c12d8828f93b24eef313aefddb3a42604b (diff)
downloadports-9eeb2b4a0c3cef877116b5f13e16f7f3c606bfe5.tar.gz
ports-9eeb2b4a0c3cef877116b5f13e16f7f3c606bfe5.zip
Notes
Diffstat (limited to 'multimedia/replex/files')
-rw-r--r--multimedia/replex/files/patch-Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/replex/files/patch-Makefile b/multimedia/replex/files/patch-Makefile
deleted file mode 100644
index 47549bc6f95a..000000000000
--- a/multimedia/replex/files/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- Makefile.orig Sun Dec 28 17:57:19 2003
-+++ Makefile Tue Jan 20 05:17:32 2004
-@@ -2,7 +2,7 @@
- DISTNAME = replex-$(VERSION)
- TARNAME = $(DISTNAME).tar.gz
- INCS = -I..
--CFLAGS = -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-+CFLAGS += -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
- LIBS = -L.
- MFLAG = -M
- OBJS = element.o pes.o mpg_common.o ts.o ringbuffer.o avi.o multiplex.o
-@@ -26,7 +26,7 @@
- ar -rcs libreplex.a $(OBJS)
-
- replex: libreplex.a replex.o
-- $(CC) -o replex replex.o -L. -lreplex
-+ $(CC) -o replex replex.o -L. -lreplex $(LDFLAGS)
-
- dist: $(SRC) $(HEADERS) Makefile
- mkdir $(DISTNAME)
-@@ -47,7 +47,7 @@
-
-
- .depend:
-- $(CC) $(DEFINES) $(MFLAG) $(SRC) $(CSRC) $(CPPSRC) $(INCS)> .depend
-+ $(CC) $(CFLAGS) $(DEFINES) $(MFLAG) $(SRC) $(CSRC) $(CPPSRC) $(INCS)> .depend
-
-
-