diff options
Diffstat (limited to 'dev-games/cel/files/cel-20030413-install.patch')
-rw-r--r-- | dev-games/cel/files/cel-20030413-install.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-games/cel/files/cel-20030413-install.patch b/dev-games/cel/files/cel-20030413-install.patch new file mode 100644 index 000000000000..4e0b1a51acc1 --- /dev/null +++ b/dev-games/cel/files/cel-20030413-install.patch @@ -0,0 +1,32 @@ +diff -ur celorig/Jamrules.in cel/Jamrules.in +--- celorig/Jamrules.in 2003-02-24 18:13:13.000000000 +0100 ++++ cel/Jamrules.in 2003-05-03 14:41:11.000000000 +0200 +@@ -6,6 +6,7 @@ + PYTHON_LIBS = "@PYTHON_LIBS@" ; + PYTHON_CFLAGS = "@PYTHON_CFLAGS@" ; + ++Cc = @CC@ ; + C++ = @CXX@ ; + LINK = $(C++) ; + +@@ -13,13 +14,13 @@ + C++FLAGS += $(CRYSTAL_C++FLAGS) ; + LINKLIBS += $(CRYSTAL_LIBS) ; + +-prefix = "@prefix@" ; +-exec_prefix = "@exec_prefix@" ; +-libdir = "@libdir@" ; +-plugindir = "@libdir@/cel" ; +-csconfdir = "@bindir@" ; +-bindir = "@bindir@" ; +-includedir = "@includedir@" ; ++prefix ?= "@prefix@" ; ++exec_prefix ?= "@exec_prefix@" ; ++libdir ?= "@libdir@" ; ++plugindir ?= "@libdir@/cel" ; ++csconfdir ?= "@bindir@" ; ++bindir ?= "@bindir@" ; ++includedir ?= "@includedir@" ; + + C++FLAGS += "-DLIBDIR='\"$(plugindir)/\"'" ; + |