diff options
author | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
---|---|---|
committer | David Chisnall <theraven@FreeBSD.org> | 2017-08-21 13:26:28 +0000 |
commit | 31e0b9f12cc7c944cfa44082f5ff6c94615f8d68 (patch) | |
tree | 1818a753b93ff1ef78365147f674b9e83bcf0048 /science/paje/files/patch-StatViewer_GNUmakefile | |
parent | Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT, (diff) |
Update GNUstep core libraries.
Update the default Objective-C compiler.
Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.
Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
Notes
Notes:
svn path=/head/; revision=448472
Diffstat (limited to 'science/paje/files/patch-StatViewer_GNUmakefile')
-rw-r--r-- | science/paje/files/patch-StatViewer_GNUmakefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/science/paje/files/patch-StatViewer_GNUmakefile b/science/paje/files/patch-StatViewer_GNUmakefile new file mode 100644 index 000000000000..85c3766c61d7 --- /dev/null +++ b/science/paje/files/patch-StatViewer_GNUmakefile @@ -0,0 +1,8 @@ +--- StatViewer/GNUmakefile.orig 2005-12-26 19:46:02 UTC ++++ StatViewer/GNUmakefile +@@ -1,4 +1,4 @@ +-BUNDLE_INSTALL_DIR=$(GNUSTEP_INSTALLATION_DIR)/Library/Bundles/Paje ++BUNDLE_INSTALL_DIR=$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Bundles/Paje + + include $(GNUSTEP_MAKEFILES)/common.make + |