diff options
Diffstat (limited to 'audio/stymulator/files/patch-stsoundlib__Makefile')
-rw-r--r-- | audio/stymulator/files/patch-stsoundlib__Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/stymulator/files/patch-stsoundlib__Makefile b/audio/stymulator/files/patch-stsoundlib__Makefile index b9fb9e68120b..7d8dc3ce0845 100644 --- a/audio/stymulator/files/patch-stsoundlib__Makefile +++ b/audio/stymulator/files/patch-stsoundlib__Makefile @@ -1,5 +1,5 @@ ---- ./stsoundlib/Makefile.orig 2010-03-27 00:43:54.000000000 +0100 -+++ ./stsoundlib/Makefile 2010-03-27 00:43:54.000000000 +0100 +--- ./stsoundlib/Makefile.orig 2010-04-23 13:49:47.000000000 +0200 ++++ ./stsoundlib/Makefile 2010-04-23 13:49:47.000000000 +0200 @@ -1,28 +1,28 @@ -CC = g++ +CXX ?= g++ |