diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /recipes/nautilus/nautilus-cd-burner | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/nautilus/nautilus-cd-burner')
-rw-r--r-- | recipes/nautilus/nautilus-cd-burner/makefile.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/recipes/nautilus/nautilus-cd-burner/makefile.patch b/recipes/nautilus/nautilus-cd-burner/makefile.patch new file mode 100644 index 0000000000..ece201e25d --- /dev/null +++ b/recipes/nautilus/nautilus-cd-burner/makefile.patch @@ -0,0 +1,42 @@ +--- nautilus-cd-burner-2.8.5/Makefile.am 2004-10-20 15:52:13.000000000 -0700 ++++ nautilus-cd-burner-2.8.5.new/Makefile.am 2004-11-15 16:57:16.530130640 -0700 +@@ -52,6 +51,8 @@ + CLEANFILES = $(desktop_in_files:.desktop.in=.desktop) \ + $(schema_DATA) $(CDRECMARSHALFILES) + ++DISTCLEANFILES = intltool-extract intltool-merge intltool-update ++ + modulesconfdir=$(sysconfdir)/gnome-vfs-2.0/modules + modulesconf_DATA = mapping-modules.conf + modulesdir = $(libdir)/gnome-vfs-2.0/modules +@@ -109,6 +110,12 @@ + mapping-protocol.c \ + $(NULL) + ++# we set this so that Automake will use different file names when ++# compiling, so that the copy of mapping-method.o compiled for ++# libmapping.la doesn't conflict with the copy compiled for ++# mapping-daemon (the library one should be PIC code). ++libmapping_la_CFLAGS = ++ + libmapping_la_LDFLAGS = $(module_flags) + libmapping_la_LIBADD = $(MAPPING_LIBS) + +@@ -142,12 +149,11 @@ + + if LIBSTDCXX_HACK + AM_CXXFLAGS = -fno-exceptions -fno-rtti +-CXXLD=--tag=CC $(CXX) +-else +-# If we don't set it, it doesn't seem to appear in the Makefile at all +-# and we can't recursively set it, hence +-CXXLD=$(CXX) +-endif ++CXX_LINK_TAG = --tag=CC ++endif ++CXXLINK = $(LIBTOOL) --mode=link $(CXX_LINK_TAG) $(CXXLD) $(AM_CXXFLAGS) \ ++ $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ ++ + + libnautilus_burn_la_LIBADD = $(BURN_LIBS) + libnautilus_burnincludedir = $(includedir)/libnautilus-burn/ |