summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/files/patch-Makefile.pre.in
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-16 21:50:23 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-16 21:50:23 +0000
commit8e963e079989aed4f0e7a1ae3d3303585e0a55c3 (patch)
tree6c5e135dbb259b22c480abaf9262ae6a86f9e10e /graphics/py-imaging/files/patch-Makefile.pre.in
parent- Fix install when WITHOUT_NLS is defined. (diff)
- Update to 1.1.5
PR: ports/82327 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Diffstat (limited to 'graphics/py-imaging/files/patch-Makefile.pre.in')
-rw-r--r--graphics/py-imaging/files/patch-Makefile.pre.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/graphics/py-imaging/files/patch-Makefile.pre.in b/graphics/py-imaging/files/patch-Makefile.pre.in
deleted file mode 100644
index 7a5691be3aed..000000000000
--- a/graphics/py-imaging/files/patch-Makefile.pre.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- ../Makefile.pre.in.orig Tue Apr 22 09:11:24 2003
-+++ ../Makefile.pre.in Fri Aug 8 12:08:07 2003
-@@ -92,7 +92,7 @@
- TARGET= python
-
- # Installed python binary (used only by boot target)
--PYTHON= python
-+PYTHON?= python
-
- # Add more -I and -D options here
- CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
-@@ -117,7 +117,7 @@
- SGI_ABI= @SGI_ABI@
- OPT= @OPT@
- LDFLAGS= @LDFLAGS@
--DEFS= @DEFS@
-+DEFS=
- LIBS= @LIBS@
- LIBM= @LIBM@
- LIBC= @LIBC@
-@@ -153,7 +153,7 @@
- INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
- EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION)
- LIBP= $(exec_installdir)/lib/python$(VERSION)
--DESTSHARED= $(BINLIBDEST)/site-packages
-+DESTSHARED= $(BINLIBDEST)/site-packages/PIL
-
- LIBPL= $(LIBP)/config
-