f3ec3b6043
* Update to 0.8.9 * Use PORTDOCS PR: 59507 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
20 lines
376 B
Text
20 lines
376 B
Text
--- Makefile.orig Thu Oct 30 12:41:45 2003
|
|
+++ Makefile Thu Nov 20 12:35:49 2003
|
|
@@ -8,15 +8,13 @@
|
|
## @todo auto-dep
|
|
|
|
# the tools
|
|
-APXS = apxs
|
|
APACHECTL = apachectl
|
|
-CC = gcc
|
|
INSTALL = install
|
|
|
|
# additional user defines, includes and libraries
|
|
#DEF =
|
|
-#INC =
|
|
-#LIB =
|
|
+INC = -I/usr/local/include
|
|
+LIB = -L/usr/local/lib
|
|
CFLAGS = -O2 -Wall
|
|
DOCROOT = /var/www
|
|
|