mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
parent
2578df6dfa
commit
d461f3d40c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16484
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user