summaryrefslogtreecommitdiff
path: root/math/oleo/files/patch-Xresources_Makefile.in
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-14 09:40:28 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-14 09:40:28 +0000
commit001e4c6a572ff939cf8e594e4dafe809c3250ce3 (patch)
tree7e3d2f253d0f7ccf077b09d1342562429ba7428e /math/oleo/files/patch-Xresources_Makefile.in
parentFix build on 10.0 by adding -lX11 to the linker. lImlib2 used to bring this in. (diff)
- STAGE-clean
- Convert to new LIB_DEPENDS format - Add LICENSE
Notes
Notes: svn path=/head/; revision=344172
Diffstat (limited to 'math/oleo/files/patch-Xresources_Makefile.in')
-rw-r--r--math/oleo/files/patch-Xresources_Makefile.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/math/oleo/files/patch-Xresources_Makefile.in b/math/oleo/files/patch-Xresources_Makefile.in
new file mode 100644
index 000000000000..c0d488ee0bbb
--- /dev/null
+++ b/math/oleo/files/patch-Xresources_Makefile.in
@@ -0,0 +1,26 @@
+--- Xresources/Makefile.in.orig 2001-03-10 15:32:46.000000000 +0100
++++ Xresources/Makefile.in 2014-02-14 10:40:45.000000000 +0100
+@@ -41,7 +41,7 @@
+ includedir = @includedir@
+ oldincludedir = /usr/include
+
+-DESTDIR =
++DESTDIR ?=
+
+ pkgdatadir = $(datadir)/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+@@ -235,10 +235,10 @@
+
+
+ install-data-hook:
+- $(mkinstalldirs) $(nldir) $(frdir) $(endir)
+- $(INSTALL_DATA) $(srcdir)/Oleo.nl $(nldir)/Oleo
+- $(INSTALL_DATA) $(srcdir)/Oleo.fr $(frdir)/Oleo
+- $(INSTALL_DATA) $(srcdir)/Oleo.en $(endir)/Oleo
++ $(mkinstalldirs) $(DESTDIR)$(nldir) $(DESTDIR)$(frdir) $(DESTDIR)$(endir)
++ $(INSTALL_DATA) $(srcdir)/Oleo.nl $(DESTDIR)$(nldir)/Oleo
++ $(INSTALL_DATA) $(srcdir)/Oleo.fr $(DESTDIR)$(frdir)/Oleo
++ $(INSTALL_DATA) $(srcdir)/Oleo.en $(DESTDIR)$(endir)/Oleo
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.