mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
f62edf2c38
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]
11 lines
413 B
Plaintext
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; \
|