Skip to content

Commit

Permalink
make sure not too many object files are linked together for the dylib
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14732 d073be05-634f-4543-b044-5fe20cf6d1d6
  • Loading branch information
Markus W. Weißmann committed Oct 20, 2005
1 parent 352585a commit 1617024
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions multimedia/smpeg/Portfile
@@ -1,9 +1,9 @@
# $Id: Portfile,v 1.6 2005/09/30 07:09:58 mww Exp $
# $Id: Portfile,v 1.7 2005/10/20 19:52:53 mww Exp $

PortSystem 1.0
name smpeg
version 0.4.4
revision 5
revision 6
categories multimedia
maintainers mww@opendarwin.org
platforms darwin
Expand Down
2 changes: 1 addition & 1 deletion multimedia/smpeg/files/patch-Makefile.in
Expand Up @@ -14,7 +14,7 @@
$(CXXLINK) -rpath $(libdir) $(libsmpeg_la_LDFLAGS) $(libsmpeg_la_OBJECTS) $(libsmpeg_la_LIBADD) $(LIBS)

+libsmpeg.$(VERSION).dylib:
+ $(CXX) -dynamiclib *.o audio/*.o video/*.o -o $@ -current_version $(VERSION) -compatibility_version $(VERSION) -install_name $(libdir)/$@ $(LIBS)
+ $(CXX) -dynamiclib MPEG*.o smpeg.o audio/*.o video/*.o -o $@ -current_version $(VERSION) -compatibility_version $(VERSION) -install_name $(libdir)/$@ $(LIBS)
+
mostlyclean-binPROGRAMS:

Expand Down

0 comments on commit 1617024

Please sign in to comment.