Magellan Linux

Contents of /trunk/smpeg/patches/smpeg-0.4.4-libstdc++.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 467 byte(s)
-import

1 --- smpeg-0.4.4/Makefile.am 2001-04-04 22:28:14.000000000 +0200
2 +++ smpeg-0.4.4-libstdc++/Makefile.am 2007-03-31 19:28:52.000000000 +0200
3 @@ -4,6 +4,8 @@
4 # These are the subdirectories that are always built
5 SUBDIRS = audio video
6
7 +CXXLD=@CC@
8 +
9 bin_SCRIPTS = smpeg-config
10
11 # The smpeg library target
12 @@ -33,6 +35,7 @@
13 smpeg.h
14
15 libsmpeg_la_LDFLAGS = \
16 + -lstdc++ \
17 -release $(LT_RELEASE) \
18 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
19