ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/mod_wsgi3/files/patch-posix-ap2X.mk.in
Revision: 143
Committed: 2009-11-22T01:16:56-08:00 (15 years, 7 months ago) by douglas
Content type: text/x-diff
File size: 373 byte(s)
Log Message:
I'm not sure if mod_wsgi 3.0 is ready yet.

File Contents

# Content
1 --- posix-ap2X.mk.in.orig 2009-11-22 00:52:02.000000000 -0800
2 +++ posix-ap2X.mk.in 2009-11-22 00:59:43.000000000 -0800
3 @@ -26,7 +26,7 @@
4 all : mod_wsgi.la
5
6 mod_wsgi.la : mod_wsgi.c
7 - $(APXS) -c $(CPPFLAGS) $(CFLAGS) mod_wsgi.c $(LDFLAGS) $(LDLIBS)
8 + $(APXS) -c -Wc,"$(CPPFLAGS) $(CFLAGS)" mod_wsgi.c -Wl,"$(LDFLAGS) $(LDLIBS)"
9
10 $(DESTDIR)$(LIBEXECDIR) :
11 mkdir -p $@

Properties

Name Value
svn:mime-type text/x-diff