freebsd-ports/multimedia/splitmpg/files/patch-ac
Will Andrews 3fd44c689a Make this port respect CC/CFLAGS properly; add secondary MASTER_SITES, and
support the install macros.  Add nice manpage too!

PR:		18884
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 22:13:23 +00:00

21 lines
592 B
Text

--- makefile.orig Thu Jun 23 00:07:39 1994
+++ makefile Wed Apr 26 19:23:14 2000
@@ -22,11 +22,14 @@
# Email: michael@ecel.uwa.edu.au
# Post: P.O. Box 506, NEDLANDS WA 6009, AUSTRALIA
+# FreeBSD
+LIBS = -lm
+
# Linux
-CC=g++
-CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER
-INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/
-LIBS=-lm
+#CC=g++
+#CFLAGS=-O2 -m486 -funroll-loops -Wall -DLINUX -DINTEL_BYTE_ORDER
+#INCLUDES=-I/usr/g++-include/ -I/usr/lib/gcc-lib/i486-linux/2.5.8/include/
+#LIBS=-lm
# SunOS
#CFLAGS = -O2 -Wall -DSunOS -DSPARC