mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 15:29:15 -04:00
13 lines
321 B
Text
13 lines
321 B
Text
--- Makefile~ Tue Dec 6 08:57:49 2005
|
|
+++ Makefile Thu Dec 29 00:19:02 2005
|
|
@@ -2,7 +2,9 @@
|
|
|
|
build:
|
|
scons $(if $(FFMPEG),FFMPEG=$(FFMPEG)) \
|
|
- $(if $(DEBUG),DEBUG=$(DEBUG))
|
|
+ $(if $(DEBUG),DEBUG=$(DEBUG)) \
|
|
+ $(if $(CFLAGS),CFLAGS="$(CFLAGS)") \
|
|
+ $(if $(LDFLAGS),LDFLAGS="$(LDFLAGS)")
|
|
|
|
clean:
|
|
scons --clean
|