diff options
Diffstat (limited to 'dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch')
-rw-r--r-- | dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch b/dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch new file mode 100644 index 000000000000..0f6647124681 --- /dev/null +++ b/dev-lang/mozart/files/mozart-1.4.0-dss-ldflags.patch @@ -0,0 +1,11 @@ +--- mozart-1.4.0.20080704.orig/platform/dss/Makefile.in 2008-07-02 20:01:31.000000000 +1200 ++++ mozart-1.4.0.20080704/platform/dss/Makefile.in 2010-08-25 19:28:16.000000000 +1200 +@@ -44,7 +44,7 @@ + @EXAMPLES@ + + lib@ENV@.so: $(OBJS@ENV@) +- @DYNLD@ -o $@ $(OBJS@ENV@) $(LIBS) ++ @DYNLD@ -o $@ $(OBJS@ENV@) $(LIBS) $(LDFLAGS) + + lib@ENV@.a: $(OBJS@ENV@) + $(AR) -rc $@ $(OBJS@ENV@) && $(RANLIB) $@ |