summaryrefslogtreecommitdiff
path: root/m5475-atari-mint/recipes/patches/pml/Makefile.p
diff options
context:
space:
mode:
Diffstat (limited to 'm5475-atari-mint/recipes/patches/pml/Makefile.p')
-rw-r--r--m5475-atari-mint/recipes/patches/pml/Makefile.p18
1 files changed, 18 insertions, 0 deletions
diff --git a/m5475-atari-mint/recipes/patches/pml/Makefile.p b/m5475-atari-mint/recipes/patches/pml/Makefile.p
new file mode 100644
index 0000000..f741df8
--- /dev/null
+++ b/m5475-atari-mint/recipes/patches/pml/Makefile.p
@@ -0,0 +1,18 @@
+--- pmlsrc/Makefile 2011-05-13 23:20:51.000000000 +0100
++++ pmlsrc/Makefile 2011-05-13 23:25:52.000000000 +0100
+@@ -1,9 +1,13 @@
+-CROSSDIR = /dsrg/bammi/cross-minix
+-CROSSLIB = $(CROSSDIR)/lib
++CROSSDIR = /opt/netsurf/m5475-atari-mint/cross/m5475-atari-mint
++CROSSLIB := $(CROSSDIR)/lib
+ CROSSBIN = $(CROSSDIR)/bin
+ CROSSINC = $(CROSSDIR)/include
+ WITH_SHORT_LIBS = 0
+
++ifneq ($(SUBTARGET),)
++CROSSLIB := $(CROSSLIB)/$(SUBTARGET)
++endif
++
+ ALL = libpml32.a
+
+ ifeq ($(WITH_SHORT_LIBS), 1)