diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:45:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-27 08:45:15 +0000 |
commit | e4fc25bb6908dad6af46f013cb37447c4729b37d (patch) | |
tree | d19068d259aa7289c7a996e4e9a6a606a50a7b65 /games/passage/files/patch-Makefile.all | |
parent | 22e92995abdfdc2f85d40e3a44eec41d1af898bb (diff) | |
download | ports-e4fc25bb6908dad6af46f013cb37447c4729b37d.tar.gz ports-e4fc25bb6908dad6af46f013cb37447c4729b37d.zip |
Notes
Diffstat (limited to 'games/passage/files/patch-Makefile.all')
-rw-r--r-- | games/passage/files/patch-Makefile.all | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/passage/files/patch-Makefile.all b/games/passage/files/patch-Makefile.all new file mode 100644 index 000000000000..109f9c150d5c --- /dev/null +++ b/games/passage/files/patch-Makefile.all @@ -0,0 +1,13 @@ +--- Makefile.all.orig 2007-12-11 21:44:49.000000000 +0300 ++++ Makefile.all 2008-04-23 20:47:45.000000000 +0400 +@@ -1,8 +1,8 @@ + + ROOT_PATH = ../.. + +-COMPILE = g++ ${PLATFORM_COMPILE_FLAGS} -Wall -g -I${ROOT_PATH} -c +-LINK = g++ -I${ROOT_PATH} ++COMPILE = ${CXX} ${CXXFLAGS} `${SDL_CONFIG} --cflags` -Wall -I${ROOT_PATH} -c ++LINK = ${CXX} `${SDL_CONFIG} --libs` + + + |