aboutsummaryrefslogtreecommitdiff
path: root/games/daimonin-client
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:21:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-09-04 08:21:44 +0000
commit8f8bb00c22e4687803559e95995a4e13aeccbf76 (patch)
tree0bf90c3e070c4e0ebccaf31a6dd994ff09fab454 /games/daimonin-client
parentabb10938acd66f1ac210caad20139324eb90c39d (diff)
downloadports-8f8bb00c22e4687803559e95995a4e13aeccbf76.tar.gz
ports-8f8bb00c22e4687803559e95995a4e13aeccbf76.zip
- Reorder include statements to prefer included headers.
This fixes the build when devel/libevent is present. PR: ports/102791 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes: svn path=/head/; revision=172145
Diffstat (limited to 'games/daimonin-client')
-rw-r--r--games/daimonin-client/files/patch-src-Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/daimonin-client/files/patch-src-Makefile.in b/games/daimonin-client/files/patch-src-Makefile.in
new file mode 100644
index 000000000000..a533f5be75a3
--- /dev/null
+++ b/games/daimonin-client/files/patch-src-Makefile.in
@@ -0,0 +1,10 @@
+--- ../../src/Makefile.in.orig Fri Aug 4 22:06:02 2006
++++ ../../src/Makefile.in Mon Sep 4 09:51:49 2006
+@@ -96,6 +96,6 @@
+ $(RM) -f Makefile ./include/define.h
+
+ .c.o:
+- $(CC) $(CFLAGS) $(INCLUDES) -c $*.c
++ $(CC) $(INCLUDES) $(CFLAGS) -c $*.c
+
+ all: daimonin