1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Correct stale patch.

Found by:	asami@freebsd.org
This commit is contained in:
Joseph Koshy 1999-02-02 07:29:00 +00:00
parent 2578df6dfa
commit d461f3d40c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16484
2 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,8 @@
--- config/install.sh-- Wed Aug 5 13:43:43 1998
+++ config/install.sh Mon Feb 1 15:57:31 1999
@@ -193,6 +193,12 @@
exit 1
fi
--- config/install.sh.orig Wed Aug 5 13:43:43 1998
+++ config/install.sh Tue Feb 2 12:57:13 1999
@@ -181,6 +181,12 @@
if [ "$?" != "0" ]; then
exit $?
fi
+# we need to patch just before build
+patch_file="${FILESDIR}/patch-global-names"
@ -10,6 +10,6 @@
+ echo "applying source patches"
+ $PATCH $PATCH_ARGS < $patch_file
+fi
cd $SRCDIR
#
if [ ! -x $RUNDIR/run.$ARCH-$OPSYS ]; then
cd $SRCDIR/runtime/objs
echo "compiling the run-time system"

View File

@ -1,8 +1,8 @@
--- config/install.sh-- Wed Aug 5 13:43:43 1998
+++ config/install.sh Mon Feb 1 15:57:31 1999
@@ -193,6 +193,12 @@
exit 1
fi
--- config/install.sh.orig Wed Aug 5 13:43:43 1998
+++ config/install.sh Tue Feb 2 12:57:13 1999
@@ -181,6 +181,12 @@
if [ "$?" != "0" ]; then
exit $?
fi
+# we need to patch just before build
+patch_file="${FILESDIR}/patch-global-names"
@ -10,6 +10,6 @@
+ echo "applying source patches"
+ $PATCH $PATCH_ARGS < $patch_file
+fi
cd $SRCDIR
#
if [ ! -x $RUNDIR/run.$ARCH-$OPSYS ]; then
cd $SRCDIR/runtime/objs
echo "compiling the run-time system"