diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-08 06:53:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-08 06:53:59 +0000 |
commit | 2c5b12fb15181c8562eacdfb3af71d5bb1c07ed6 (patch) | |
tree | 9424db1aa6622f138863abf848c074720bc1d3e5 /graphics/sodipodi/files | |
parent | bcc278eb69241acc735811ab9811c08ac167ccc4 (diff) | |
download | ports-2c5b12fb15181c8562eacdfb3af71d5bb1c07ed6.tar.gz ports-2c5b12fb15181c8562eacdfb3af71d5bb1c07ed6.zip |
Notes
Diffstat (limited to 'graphics/sodipodi/files')
-rw-r--r-- | graphics/sodipodi/files/patch-configure | 135 |
1 files changed, 0 insertions, 135 deletions
diff --git a/graphics/sodipodi/files/patch-configure b/graphics/sodipodi/files/patch-configure index 4b679dab8fab..cca6980c9eda 100644 --- a/graphics/sodipodi/files/patch-configure +++ b/graphics/sodipodi/files/patch-configure @@ -18,138 +18,3 @@ ac_ext=c ac_cpp='$CPP $CPPFLAGS' -@@ -3786,7 +3790,7 @@ - fi - - --if test "x${prefix}" == "xNONE"; then -+if test "x${prefix}" = "xNONE"; then - - cat >>confdefs.h <<_ACEOF - #define PACKAGE_LOCALE_DIR "${ac_default_prefix}/${DATADIRNAME}/locale" -@@ -7154,7 +7158,7 @@ - echo "${ECHO_T}no" >&6 - fi - --if test "x$PKG_CONFIG" == "xno"; then -+if test "x$PKG_CONFIG" = "xno"; then - { { echo "$as_me:$LINENO: error: You have to install pkg-config to compile sodipodi." >&5 - echo "$as_me: error: You have to install pkg-config to compile sodipodi." >&2;} - { (exit 1); exit 1; }; } -@@ -7280,7 +7284,7 @@ - - - if test "x$popt_ok" != "xyes"; then -- if test "x$with_popt" == "xyes"; then -+ if test "x$with_popt" = "xyes"; then - { { echo "$as_me:$LINENO: error: --with-popt was specified, but appropriate development packages could not be found" >&5 - echo "$as_me: error: --with-popt was specified, but appropriate development packages could not be found" >&2;} - { (exit 1); exit 1; }; } -@@ -7294,7 +7298,7 @@ - - - --if test "x$popt_ok" == "xyes"; then -+if test "x$popt_ok" = "xyes"; then - USE_POPT_TRUE= - USE_POPT_FALSE='#' - else -@@ -7302,7 +7306,7 @@ - USE_POPT_FALSE= - fi - --if test "x$popt_ok" == "xyes"; then -+if test "x$popt_ok" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_POPT 1 -@@ -7430,7 +7434,7 @@ - - - if test "x$xft_ok" != "xyes"; then -- if test "x$with_xft" == "xyes"; then -+ if test "x$with_xft" = "xyes"; then - { { echo "$as_me:$LINENO: error: --with-xft was specified, but appropriate development packages could not be found" >&5 - echo "$as_me: error: --with-xft was specified, but appropriate development packages could not be found" >&2;} - { (exit 1); exit 1; }; } -@@ -7442,7 +7446,7 @@ - - - --if test "x$xft_ok" == "xyes"; then -+if test "x$xft_ok" = "xyes"; then - USE_XFT_TRUE= - USE_XFT_FALSE='#' - else -@@ -7450,7 +7454,7 @@ - USE_XFT_FALSE= - fi - --if test "x$xft_ok" == "xyes"; then -+if test "x$xft_ok" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_XFT 1 -@@ -7567,7 +7571,7 @@ - fi - - if test "x$gp" != "xyes"; then -- if test "x$with_gp" == "xyes"; then -+ if test "x$with_gp" = "xyes"; then - { { echo "$as_me:$LINENO: error: --with-gnome-print was specified, but appropriate libgnomeprint development packages could not found" >&5 - echo "$as_me: error: --with-gnome-print was specified, but appropriate libgnomeprint development packages could not found" >&2;} - { (exit 1); exit 1; }; } -@@ -7582,7 +7586,7 @@ - - - --if test "x$gp" == "xyes"; then -+if test "x$gp" = "xyes"; then - USE_GNOME_PRINT_TRUE= - USE_GNOME_PRINT_FALSE='#' - else -@@ -7590,7 +7594,7 @@ - USE_GNOME_PRINT_FALSE= - fi - --if test "x$gp" == "xyes"; then -+if test "x$gp" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_GNOME_PRINT 1 -@@ -7736,8 +7740,8 @@ - echo "$as_me:$LINENO: checking compiler support for MMX" >&5 - echo $ECHO_N "checking compiler support for MMX... $ECHO_C" >&6 - --if test x$enable_mmx == xauto ; then -- if test $use_x86_asm == yes; then -+if test x$enable_mmx = xauto ; then -+ if test $use_x86_asm = yes; then - save_ac_ext=$ac_ext - ac_ext=S - -@@ -7753,13 +7757,13 @@ - ac_ext=$save_ac_ext - fi - --elif test x$enable_mmx == xyes ; then -+elif test x$enable_mmx = xyes ; then - use_mmx_asm=yes - else - use_mmx_asm=no - fi - --if test $use_mmx_asm == yes; then -+if test $use_mmx_asm = yes; then - - cat >>confdefs.h <<\_ACEOF - #define WITH_MMX 1 -@@ -7774,7 +7778,7 @@ - - - --if test x$use_mmx_asm == xyes; then -+if test x$use_mmx_asm = xyes; then - USE_MMX_TRUE= - USE_MMX_FALSE='#' - else |