summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-21 20:09:47 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-21 20:09:47 +0000
commit63a5d014fd80edef4e5e70204028c6da025f37dd (patch)
tree68b7abc006bb897c1d86aa3c1833120bc0ec1981 /graphics/gimp-app-devel/files
parentUpdate to 0.11 (diff)
- Update to 2.2.p1
- Use libtool - Use new DISTVERSION Approved by: pav (co mentor)
Notes
Notes: svn path=/head/; revision=122091
Diffstat (limited to 'graphics/gimp-app-devel/files')
-rw-r--r--graphics/gimp-app-devel/files/patch-configure12
-rw-r--r--graphics/gimp-app-devel/files/patch-ltmain.sh41
2 files changed, 7 insertions, 46 deletions
diff --git a/graphics/gimp-app-devel/files/patch-configure b/graphics/gimp-app-devel/files/patch-configure
index 3d3ad15c49f5..6dab9ee3a629 100644
--- a/graphics/gimp-app-devel/files/patch-configure
+++ b/graphics/gimp-app-devel/files/patch-configure
@@ -1,13 +1,15 @@
---- configure.orig Sun Nov 7 10:44:21 2004
-+++ configure Sun Nov 7 10:45:48 2004
-@@ -33311,8 +33311,8 @@
+--- configure.orig Sun Nov 21 08:44:04 2004
++++ configure Sun Nov 21 08:46:24 2004
+@@ -33676,9 +33676,9 @@
fi
fi;
-gimpdatadir="$datadir/$PACKAGE/2.0"
-gimpplugindir="$libdir/$PACKAGE/2.0"
+-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+gimpdatadir="$datadir/$PACKAGE"
-+gimpplugindir="$libexecdir/$PACKAGE/2.0"
- gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
++gimpplugindir="$libexecdir/$PACKAGE/2.2"
++gimpsysconfdir="$sysconfdir/$PACKAGE/2.2"
localedir='${prefix}/${DATADIRNAME}/locale'
+
diff --git a/graphics/gimp-app-devel/files/patch-ltmain.sh b/graphics/gimp-app-devel/files/patch-ltmain.sh
deleted file mode 100644
index 14cb2f8c753b..000000000000
--- a/graphics/gimp-app-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,41 +0,0 @@
---- ltmain.sh.orig Sun Sep 7 16:23:57 2003
-+++ ltmain.sh Sat Sep 13 01:29:14 2003
-@@ -1278,7 +1278,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1288,8 +1288,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -5457,10 +5465,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"