mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
268 B
Text
11 lines
268 B
Text
--- work/mod_python-2.7.3/src/Makefile.in.orig Wed May 16 19:20:23 2001
|
|
+++ work/mod_python-2.7.3/src/Makefile.in Wed May 16 19:20:52 2001
|
|
@@ -52,7 +52,7 @@
|
|
INCLUDES=@INCLUDES@
|
|
LIBS=@LIBS@
|
|
LDFLAGS=@LDFLAGS@
|
|
-OPT=
|
|
+OPT=-DEAPI
|
|
CFLAGS=$(OPT) $(INCLUDES)
|
|
srcdir=.
|
|
|