mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
460d6992fe
- Link using ffmpeg0 Approved by: portmgr (bapt, implicit)
14 lines
592 B
Plaintext
14 lines
592 B
Plaintext
--- Source/Makefile.in.orig 2013-10-08 23:05:45.410158951 -0300
|
|
+++ Source/Makefile.in 2013-10-08 23:09:15.165157059 -0300
|
|
@@ -100,8 +100,8 @@
|
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
-CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
+CXXCOMPILE = $(CXX) $(DEFS) $(AM_CXXFLAGS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
|
-o $@
|