375cb28253
- Removed BROKEN line - Removed CONFLICTS - binaries were renamed in this release, so no problem - Set new SWIPLDIR variable to use in pkg-plist and Makefile, that contains the new directory name that swi-pl now using. - Undefined HAVE_EXECINFO too in src/config.h to let it build successfuly - Adjusted local patches to new version (not tested on "alpha" for sure :)) - Removed files/patch-configure to make --without-jpl in CONFIGURE_ARGS actually work PR: ports/161414 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: g.gonter@ieee.org (maintainer; timeout - 2+ weeks)
14 lines
510 B
Text
14 lines
510 B
Text
--- packages/xpce/src/Makefile.in.orig 2011-08-19 00:48:57.000000000 +0400
|
|
+++ packages/xpce/src/Makefile.in 2011-10-08 20:52:03.000000000 +0400
|
|
@@ -838,10 +838,7 @@
|
|
|
|
dv-man: dv-manual
|
|
for f in xpce-client; do \
|
|
- $(INSTALL_DATA) ../man/$$f.1 $(DESTDIR)$(DVHOME)/man; \
|
|
- if test -w $(smandir); then \
|
|
- $(INSTALL_DATA) ../man/$$f.1 $(DESTDIR)$(smandir)/$$f.$(mansec); \
|
|
- fi; \
|
|
+ $(INSTALL_DATA) ../man/$$f.1 $(DESTDIR)$(smandir)/$$f.$(mansec); \
|
|
done
|
|
|
|
rt-link:
|