openbsd-ports/www/mod_auth_mysql/patches/patch-Makefile

13 lines
406 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile,v 1.2 2008/03/25 23:23:15 simon Exp $
--- Makefile.orig Mon Sep 10 16:12:08 2001
+++ Makefile Fri Feb 15 16:14:36 2008
@@ -3,7 +3,7 @@ APXSFLAGS =
DSO = mod_auth_mysql.so
SRCS = mod_auth_mysql.c
HDRS = mod_auth_mysql.h
-OPTS = -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
+OPTS = -I$(LOCALBASE)/include/mysql -L$(LOCALBASE)/lib/mysql -lmysqlclient
all: $(DSO)