diff options
Diffstat (limited to 'mail/archiveopteryx-devel/files/patch-installer_Jamfile')
-rw-r--r-- | mail/archiveopteryx-devel/files/patch-installer_Jamfile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-installer_Jamfile b/mail/archiveopteryx-devel/files/patch-installer_Jamfile new file mode 100644 index 000000000000..4fa8d1a8bb37 --- /dev/null +++ b/mail/archiveopteryx-devel/files/patch-installer_Jamfile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- installer/Jamfile.orig ++++ installer/Jamfile +@@ -5,7 +5,7 @@ + Build installer : installer.cpp ; + + ObjectDefines installer.cpp : +- LIBDIR='\"$(LIBDIR)\"' ++ LIBDIR='\"$(LIBDATADIR)\"' + CONFIGDIR='\"$(CONFIGDIR)\"' + LOGFILE='\"$(LOGFILE)\"' + LOGFILEMODE='\"$(LOGFILEMODE)\"' |