639ba969fc
version 0.4.5 is preserved while the current version matures: o Update to 0.4.6 o Remove ONLY_FOR_ARCHS, no longer i386 only o Add PKGMESSAGE explaining the differences between this and ffmpeg045 port Reviewed by: Steve O'Hara-Smith <steve@sohara.org> Repo copied by: cvs (joe) Approved by: portmgr (self)
12 lines
486 B
Text
12 lines
486 B
Text
--- Makefile.orig Wed Jan 1 20:51:57 2003
|
|
+++ Makefile Wed Jan 1 20:52:27 2003
|
|
@@ -6,8 +6,7 @@
|
|
|
|
VPATH=$(SRC_PATH)
|
|
|
|
-CFLAGS= $(OPTFLAGS) -Wall -g -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
|
-LDFLAGS+= -g
|
|
+CFLAGS= $(OPTFLAGS) -Wall -I. -I$(SRC_PATH) -I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libavformat -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
|
|
|
|
ifeq ($(TARGET_GPROF),yes)
|
|
CFLAGS+=-p
|