diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-13 15:39:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-13 15:39:31 +0800 |
commit | 1c0e2336032ff74bb885c8daf05951b39b2ac6c4 (patch) | |
tree | c2e200ede1a490819ef835c7e21cca9c809255d0 /sysutils/gnome-system-tools/files | |
parent | 77197ce61adc236b1487b9b0b64e6d28cb0c747f (diff) | |
download | marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.gz marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.tar.zst marcuscom-ports-1c0e2336032ff74bb885c8daf05951b39b2ac6c4.zip |
Update to 1.1.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3422 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnome-system-tools/files')
-rw-r--r-- | sysutils/gnome-system-tools/files/patch-configure | 33 |
1 files changed, 30 insertions, 3 deletions
diff --git a/sysutils/gnome-system-tools/files/patch-configure b/sysutils/gnome-system-tools/files/patch-configure index b854cde3a..dc900ad4e 100644 --- a/sysutils/gnome-system-tools/files/patch-configure +++ b/sysutils/gnome-system-tools/files/patch-configure @@ -1,6 +1,33 @@ ---- configure.orig Wed May 26 12:02:51 2004 -+++ configure Wed May 26 12:03:23 2004 -@@ -22623,7 +22623,7 @@ +--- configure.orig Thu Jan 13 01:56:41 2005 ++++ configure Thu Jan 13 02:14:07 2005 +@@ -21160,7 +21160,7 @@ + + + +-if test x$enable_boot = xno; then ++if test x$enable_boot = xyes; then + BUILD_BOOT_TRUE= + BUILD_BOOT_FALSE='#' + else +@@ -21178,7 +21178,7 @@ + fi + + +-if test x$enable_services = xno; then ++if test x$enable_services = xyes; then + BUILD_SERVICES_TRUE= + BUILD_SERVICES_FALSE='#' + else +@@ -21205,7 +21205,7 @@ + fi + + +-if test x$enable_disks = xno; then ++if test x$enable_disks = xyes; then + BUILD_DISKS_TRUE= + BUILD_DISKS_FALSE='#' + else +@@ -22990,7 +22990,7 @@ GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" GST_TOOL_LIBS="$GST_LIBS -lutil \$(top_builddir)/src/common/libsetuptool.a" |