1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/graphics/gimp/files/patch-ah

34 lines
1.1 KiB
Plaintext
Raw Normal View History

1997-10-15 20:18:02 +00:00
--- aclocal.m4.orig Tue Oct 14 20:48:14 1997
+++ aclocal.m4 Tue Oct 14 20:49:02 1997
@@ -48,7 +48,7 @@
1997-10-15 20:18:02 +00:00
AC_DEFUN(AM_PROG_INSTALL,
[AC_REQUIRE([AC_PROG_INSTALL])
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL} -c -m 755'
AC_SUBST(INSTALL_SCRIPT)dnl
])
1997-12-16 22:06:42 +00:00
--- configure.in.orig Sun Dec 14 21:44:48 1997
+++ configure.in Mon Dec 15 11:14:59 1997
@@ -240,7 +240,7 @@
AC_C_INLINE
1997-12-16 22:06:42 +00:00
gimpdatadir=$datadir/$PACKAGE
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
1997-12-16 22:06:42 +00:00
dnl This is for generating PDB docuemntation.
AC_PATH_PROG(EMACS, emacs, :)
--- configure.orig Mon Dec 15 11:13:24 1997
+++ configure Mon Dec 15 11:13:41 1997
@@ -3933,7 +3933,7 @@
1997-12-16 22:06:42 +00:00
gimpdatadir=$datadir/$PACKAGE
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION_NUMBER.$GIMP_MINOR_VERSION_NUMBER
1997-12-16 22:06:42 +00:00
# Extract the first word of "emacs", so it can be a program name with args.
set dummy emacs; ac_word=$2