opnsense-ports/net/yaph/files/patch-__configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

22 lines
482 B
Text

--- configure.old Sun Feb 9 06:37:18 2003
+++ configure Sat Jun 14 15:03:07 2003
@@ -854,6 +854,8 @@
VERSION=0.91
+PREFIX=$prefix
+
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
fi
@@ -863,6 +865,10 @@
cat >> confdefs.h <<EOF
#define VERSION "$VERSION"
+EOF
+
+cat >> confdefs.h <<EOF
+#define PREFIX "$PREFIX"
EOF