1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net/easysoap/files/patch-src-Makefile.in
Gerald Pfeifer f62edf2c38 Update to version 0.8.0. This updates the code to current C++ standards,
thus removing the dependeny on GCC 2.95 which prevented this port building
for half a year.

Move maintainership back to the ports@ pool. [1]

Approved by:	Gabriel Ambuehl <gabriel_ambuehl@buz.ch> (maintainer) [1]
2009-02-22 21:49:51 +00:00

11 lines
413 B
Plaintext

--- src/Makefile.in.orig 2006-11-10 18:48:39.000000000 +0100
+++ src/Makefile.in 2009-02-22 13:04:06.000000000 +0100
@@ -375,6 +375,7 @@
@list='$(lib_LIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
p="`echo $$p | sed -e 's|^.*/||'`"; \
+ chmod u+w $(DESTDIR)$(libdir)/$$p; \
echo " $(RANLIB) $(DESTDIR)$(libdir)/$$p"; \
$(RANLIB) $(DESTDIR)$(libdir)/$$p; \
else :; fi; \