diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-07-26 10:35:06 +0800 |
commit | 6463788dbfda3d0bd02a11d39862a9d74b69c5a2 (patch) | |
tree | 710be81aa10a7e9fea5fbd21ced663bbbedb7ee3 /devel/gnomevfs2/files | |
parent | 9994358fb74aa1a32a3ce6f3c9899321683ac4ac (diff) | |
download | marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar.gz marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar.bz2 marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar.lz marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar.xz marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.tar.zst marcuscom-ports-6463788dbfda3d0bd02a11d39862a9d74b69c5a2.zip |
Update to 2.11.90, and disable cdparanoia support. The cdda module was
removed from the default distribution, and it is recommended not to include
it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4319 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gnomevfs2/files')
-rw-r--r-- | devel/gnomevfs2/files/patch-ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/gnomevfs2/files/patch-ac b/devel/gnomevfs2/files/patch-ac index 9362cac17..6264f9930 100644 --- a/devel/gnomevfs2/files/patch-ac +++ b/devel/gnomevfs2/files/patch-ac @@ -1,11 +1,11 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS = - +--- modules/Makefile.in.orig Mon Jul 25 22:29:01 2005 ++++ modules/Makefile.in Mon Jul 25 22:29:45 2005 +@@ -466,7 +466,7 @@ + @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la + @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la + @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = -module_flags = -export_dynamic -avoid-version -module -no-undefined +module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ + $(CDDA_LTLIBS) \ |