diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-29 23:03:03 +0000 |
commit | d8e1e16e64701b6d51c9402ad779fd5560b8ce51 (patch) | |
tree | 266f139932061c245ade2aa3ef5c087c802dc5e3 /audio/jamboree/files/patch-src_Makefile.in | |
parent | - Update to 1.0.0 (diff) |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
Notes
Notes:
svn path=/head/; revision=160858
Diffstat (limited to 'audio/jamboree/files/patch-src_Makefile.in')
-rw-r--r-- | audio/jamboree/files/patch-src_Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/jamboree/files/patch-src_Makefile.in b/audio/jamboree/files/patch-src_Makefile.in new file mode 100644 index 000000000000..d77847729c28 --- /dev/null +++ b/audio/jamboree/files/patch-src_Makefile.in @@ -0,0 +1,12 @@ +--- src/Makefile.in.orig Tue Sep 28 05:07:49 2004 ++++ src/Makefile.in Sat Jan 28 01:02:06 2006 +@@ -279,8 +279,7 @@ + target_alias = @target_alias@ + INCLUDES = @JAMBOREE_CFLAGS@ \ + -DDATADIR=\""$(datadir)"\" \ +- -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED \ +- $(WARN_CFLAGS) ++ -DGDK_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED $(WARN_CFLAGS) + + @HAVE_DBUS_TRUE@dbus_sources = dbus.c dbus.h + jamboree_built_headers = jamboree-marshal.h |