diff options
Diffstat (limited to 'math/ogdf/files/patch-makeMakefile.config')
-rw-r--r-- | math/ogdf/files/patch-makeMakefile.config | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/math/ogdf/files/patch-makeMakefile.config b/math/ogdf/files/patch-makeMakefile.config deleted file mode 100644 index 1f21ff377f37..000000000000 --- a/math/ogdf/files/patch-makeMakefile.config +++ /dev/null @@ -1,44 +0,0 @@ ---- makeMakefile.config.orig 2015-05-29 15:36:39 UTC -+++ makeMakefile.config -@@ -1,19 +1,19 @@ - [GENERAL] - #********************************************************** - --compilerCommand = g++ -+compilerCommand = %%CXX%% - # MAC USERS: if building fails, try the following line: - #compilerCommand = g++ -stdlib=libstdc++ - --compilerParams = -+compilerParams = %%CXXFLAGS%% - - #* build static (false) or shared (true) libraries --sharedLib = false -+sharedLib = true - - #* command used to create a static library - libCommand = ar - #* command used to create a shared library --sharedlibCommand = g++ -+sharedlibCommand = %%CXX%% - - #* blank means don't call ranlib - ranlibCommand = ranlib -@@ -25,7 +25,7 @@ ranlibCommand = ranlib - rmCommand = rm -rf - mkdirCommand = mkdir -p - --installPrefix = /usr/local -+installPrefix = %%LOCALBASE%% - - - [VERSIONS] -@@ -57,7 +57,7 @@ memoryManager = - [COIN] - #********************************************************** - #* set to "true" to use COIN --useCoin = true -+useCoin = %%USE_COIN%% - - #* name of the static (import) library - libName = libCOIN.a |