]> git.pld-linux.org Git - packages/scribus.git/commitdiff
- updated for 1.3.1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 5 Oct 2005 11:12:32 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    scribus-nolibs.patch -> 1.3

scribus-nolibs.patch

index a87a9324a939ac6c622e8a49e5df51682d4b1ae5..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
@@ -20,6 +20,6 @@
        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])
+ dnl Check for lcms
+ dnl TODO look for lcms using pkg-config too
This page took 0.039542 seconds and 4 git commands to generate.