Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 56664 Details for
Bug 89663
media-libs/libirman-0.4.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PICShared patch for libirman 0.4.3
libirman-0.4.3-PICShared.patch (text/plain), 2.17 KB, created by
Olliver Schinagl
on 2005-04-19 07:40:39 UTC
(
hide
)
Description:
PICShared patch for libirman 0.4.3
Filename:
MIME Type:
Creator:
Olliver Schinagl
Created:
2005-04-19 07:40:39 UTC
Size:
2.17 KB
patch
obsolete
>diff -Naur libirman-0.4.3.orig/Makefile.in libirman-0.4.3/Makefile.in >--- libirman-0.4.3.orig/Makefile.in 2004-04-04 13:23:17.000000000 +0200 >+++ libirman-0.4.3/Makefile.in 2005-04-19 00:51:02.000000000 +0200 >@@ -16,7 +16,7 @@ > CC = @CC@ > TAR = tar > >-CFLAGS = @CFLAGS@ >+CFLAGS = @CFLAGS@ -fPIC -DPIC > CPPFLAGS = -I. @CPPFLAGS@ @DEFS@ > LDFLAGS = @LDFLAGS@ -L. -lirman > LDFLAGS_SW = @LDFLAGS@ -L. -lirman_sw >@@ -58,9 +58,9 @@ > both: standard swtest > > >-libirman: libirman.a >+libirman: libirman.a libirman.so > >-libirman_sw: libirman_sw.a >+libirman_sw: libirman_sw.a libirman_sw.so > > > test_io: libirman.a $(IO_OBJS) >@@ -85,10 +85,16 @@ > $(AR) $(ARFLAGS) libirman.a $(IROBJS) > $(RANLIB) libirman.a > >+libirman.so: $(IROBJS) >+ $(CC) -shared -Wl,-shared,-soname,libirman.so -o libirman.so $(IROBJS) >+ > libirman_sw.a: $(IROBJS_SW) > $(AR) $(ARFLAGS) libirman_sw.a $(IROBJS_SW) > $(RANLIB) libirman_sw.a > >+libirman_sw.so: $(IROBJS_SW) >+ $(CC) -shared -Wl,-shared,-soname,libirman_sw.so -o libirman_sw.so $(IROBJS_SW) >+ > %.o: %.c irman.h config.h > $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ > >@@ -96,7 +102,7 @@ > $(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@ > > ircmd.o: ircmd.c irman.h config.h >- $(CC) $(CPPFLAGS) -DIR_SYSCONF_DIR=\"$(sysconfdir)\" -c $(srcdir)/ircmd.c -o ircmd.o >+ $(CC) $(CFLAGS) $(CPPFLAGS) -DIR_SYSCONF_DIR=\"$(sysconfdir)\" -c $(srcdir)/ircmd.c -o ircmd.o > irfunc_sw.o: irfunc.c irman.h > $(CC) $(CPPFLAGS) -DIR_SOFTWARE_TEST $(CFLAGS) -c $(srcdir)/irfunc.c -o irfunc_sw.o > >@@ -115,18 +121,22 @@ > install-normal: > $(INSTALL) -m 755 workmanir $(bindir)/workmanir > $(INSTALL) -m 755 libirman.a $(libdir)/libirman.a >+ $(INSTALL) -m 755 libirman.so $(libdir)/libirman.so > $(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf > $(INSTALL) -m 644 irman.h $(includedir)/irman.h > > install-swtest: > $(INSTALL) -m 755 workmanir $(bindir)/workmanir > $(INSTALL) -m 755 libirman_sw.a $(libdir)/libirman_sw.a >+ $(INSTALL) -m 755 libirman_sw.so $(libdir)/libirman_sw.so > > uninstall: > $(RM) $(bindir)/workmanir > $(RM) $(bindir)/workmanir_sw > $(RM) $(libdir)/libirman.a >+ $(RM) $(libdir)/libirman.so > $(RM) $(libdir)/libirman_sw.a >+ $(RM) $(libdir)/libirman_sw.so > $(RM) $(sysconfdir)/irman.conf > > dist:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89663
: 56664 |
56665
|
97431
|
97432