aboutsummaryrefslogtreecommitdiff
path: root/math/chryzodus/files/patch-makefile.unx
diff options
context:
space:
mode:
Diffstat (limited to 'math/chryzodus/files/patch-makefile.unx')
-rw-r--r--math/chryzodus/files/patch-makefile.unx17
1 files changed, 10 insertions, 7 deletions
diff --git a/math/chryzodus/files/patch-makefile.unx b/math/chryzodus/files/patch-makefile.unx
index 495b1d6bda18..739c6aa915ef 100644
--- a/math/chryzodus/files/patch-makefile.unx
+++ b/math/chryzodus/files/patch-makefile.unx
@@ -1,12 +1,15 @@
-$FreeBSD$
---- makefile.unx Tue Jun 29 17:16:38 2004
-+++ makefile.unx.port Sat Jul 9 21:43:27 2005
-@@ -6,7 +6,7 @@
+--- ./makefile.unx.orig 2004-06-29 17:16:38.000000000 +0200
++++ ./makefile.unx 2013-11-10 15:12:37.000000000 +0100
+@@ -5,9 +5,9 @@
+ # windows MinGW makefile #
#--------------------------------------#
- CXX = g++
+-CXX = g++
-CFLAGS = -Wall
-+CFLAGS = -Wall `allegro-config --cflags`
- LDFLAGS = -s -lstdc++ `allegro-config --libs`
+-LDFLAGS = -s -lstdc++ `allegro-config --libs`
++CXX ?= g++
++CFLAGS += -Wall `allegro-config --cflags`
++LDFLAGS += -s -lstdc++ `allegro-config --libs`
OBJECTS = main.o gui.o compute.o
+