diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-01 18:14:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-01 18:14:46 +0000 |
commit | 159423ec65c4702ec794acf8ebec2ef93e59b13a (patch) | |
tree | 843b041838f303539ce0e4d778a137b0e3f261c1 /graphics/ale/files | |
parent | 5cb3f7a9506ae342d177640b628e9c4248b3e0eb (diff) | |
download | ports-159423ec65c4702ec794acf8ebec2ef93e59b13a.tar.gz ports-159423ec65c4702ec794acf8ebec2ef93e59b13a.zip |
Notes
Diffstat (limited to 'graphics/ale/files')
-rw-r--r-- | graphics/ale/files/patch-Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ale/files/patch-Makefile b/graphics/ale/files/patch-Makefile index 862e03128295..fbbcb53e988a 100644 --- a/graphics/ale/files/patch-Makefile +++ b/graphics/ale/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Aug 23 15:08:16 2004 -+++ Makefile Sat Aug 28 07:38:03 2004 +--- Makefile.orig Wed Oct 27 00:23:47 2004 ++++ Makefile Thu Oct 28 12:35:59 2004 @@ -41,17 +41,17 @@ DEBUG_CFLAGS:=$(if $(subst 0,,$(DEBUG)),-DDEBUG,-DNDEBUG) IMAGEMAGICK_CFLAGS:=$(if $(use_imagemagick),-DUSE_MAGICK $(shell Magick-config --cflags --cppflags),) @@ -21,12 +21,12 @@ LDFLAGS:=$(if $(use_imagemagick),$(IMAGEMAGICK_LDFLAGS)) $(FFTW_LDFLAGS) -lm # -@@ -68,7 +68,7 @@ - rm -f ale +@@ -75,7 +75,7 @@ + find testsuite -name "*.output.*" | xargs rm -rf - ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h -- g++ -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS) -+ $(CXX) -o ale $(CFLAGS) ale.cc d2.cc $(LDFLAGS) + ale-phony: ale.cc d2.cc *.h d2/*.h d2/render/*.h d2/render/psf/*.h d3.cc d3/*.h +- g++ -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS) ++ $(CXX) -o ale $(CFLAGS) ale.cc d3.cc d2.cc $(LDFLAGS) # The following approach to building a Windows binary is probably very # dependent on the host platform configuration. The above target may be a |