1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/apache13-ssl/files/patch-at
Akinori MUSHA 790df40d4c This is a part of update to 1.3.12+1.40. For the rest, please see the
Makefile's commit log.

(Actually I had a CVS problem, and Peter has fixed it for me)

		*		*		*		*

- Add patch-at to correctly build on FreeBSD 5.0+.

PR:		ports/17404
Submitted by:	Khetan H. Gajjar <khetan@freebsd.os.org.za>

- Mark `WWW:' in DESCR.

Noticed by:	portlint
2000-04-27 16:14:49 +00:00

21 lines
516 B
Plaintext

--- src/Configure.orig Sun Feb 6 10:27:19 2000
+++ src/Configure Thu Apr 27 23:55:17 2000
@@ -467,7 +467,7 @@
PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
OS="FreeBSD $PLATOSVERS"
case "$PLATOSVERS" in
- [234]*)
+ [2-9]*)
DEF_WANTHSREGEX=no
CFLAGS="$CFLAGS -funsigned-char"
;;
@@ -1043,7 +1043,7 @@
LDFLAGS_SHLIB_EXPORT=""
SHLIB_SUFFIX_DEPTH=2
;;
- *-freebsd3*|*-freebsd4*)
+ *-freebsd[3-9]*)
LD_SHLIB="gcc"
CFLAGS_SHLIB="-fpic"
LDFLAGS_SHLIB="-shared"