diff options
author | tron <tron@pkgsrc.org> | 1999-05-09 20:51:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-09 20:51:22 +0000 |
commit | 564122732e46406fcd0b98bb6251a90a50b6654e (patch) | |
tree | 819cb4863210b40f181cdf1c831d92dbb788d63e /www/w3c-httpd/patches/patch-bb | |
parent | 9ce511fa5c4a137ffaa0ca8bb62c9c1d4c148595 (diff) | |
download | pkgsrc-564122732e46406fcd0b98bb6251a90a50b6654e.tar.gz |
Import FreeBSD's "w3c-httpd" port:
WWW server from the W3 Consortium (W3C).
Diffstat (limited to 'www/w3c-httpd/patches/patch-bb')
-rw-r--r-- | www/w3c-httpd/patches/patch-bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/w3c-httpd/patches/patch-bb b/www/w3c-httpd/patches/patch-bb new file mode 100644 index 00000000000..e7bd67a2316 --- /dev/null +++ b/www/w3c-httpd/patches/patch-bb @@ -0,0 +1,19 @@ +*** All/freebsd/Makefile.include.orig Mon Dec 30 17:18:49 1996 +--- All/freebsd/Makefile.include Mon Dec 30 17:19:46 1996 +*************** +*** 5,11 **** + WWW_MACH = freebsd + + CFLAGS += -DDEBUG -D__BSD__ +! LFLAGS = + + # Directory for installed binary: + BINDIR = /usr/local/bin +--- 5,11 ---- + WWW_MACH = freebsd + + CFLAGS += -DDEBUG -D__BSD__ +! LFLAGS = -lcrypt + + # Directory for installed binary: + BINDIR = /usr/local/bin |