]> git.pld-linux.org Git - packages/scribus.git/blobdiff - scribus-nolibs.patch
- fix problems with autoconf 2.60 which creates configure that runs in POSIX mode
[packages/scribus.git] / scribus-nolibs.patch
index 0e070a904cc7a07d6717a7528cf81c87a12a591a..600e13aac62960cf3193b9d93cd45e737bde88be 100644 (file)
@@ -1,9 +1,9 @@
---- scribus-0.9.9/configure.in.orig    Sat Apr 19 12:09:44 2003
-+++ scribus-0.9.9/configure.in Wed May  7 12:09:44 2003
-@@ -42,18 +42,18 @@
-   fi
+--- scribus-1.3.1/configure.in.orig    2005-10-03 02:04:41.000000000 +0200
++++ scribus-1.3.1/configure.in 2005-10-05 13:03:41.000000000 +0200
+@@ -339,18 +339,18 @@
  fi
  
+ dnl check for -lsocket
 -AC_CHECK_LIB(socket,socket,
 +AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket,socket,
  if test "$uname" != "IRIX"; then
        echo "Not using -lnsl since you are running IRIX."
 -fi)
 +fi)])
- LIBCUPS=""
- hacups=
- AC_CHECK_LIB(cups, httpConnect, [LIBCUPS="-lcups";hacups=yes],[LIBCUPS="";hacups=no])
---- scribus-0.9.9/acinclude.m4.orig    Sat Apr 19 20:31:18 2003
-+++ scribus-0.9.9/acinclude.m4 Wed May  7 12:51:16 2003
-@@ -705,7 +705,6 @@
- res_init(); 
- ],
-         LIBRESOLV="-lresolv"
--        X_EXTRA_LIBS="$X_EXTRA_LIBS $LIBRESOLV"
-         AC_DEFINE(HAVE_RES_INIT, 1, [Define if you have the res_init function])
-      )
-      LIBS=$kde_libs_safe
+ dnl Check for lcms
+ dnl TODO look for lcms using pkg-config too
This page took 0.062344 seconds and 4 git commands to generate.