[Fedora-directory-commits] dsbuild/ds/ldapserver Makefile,1.2,1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Wed Feb 15 22:55:53 UTC 2006


Author: rmeggins

Update of /cvs/dirsec/dsbuild/ds/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27759/dsbuild/ds/ldapserver

Modified Files:
	Makefile 
Log Message:
Add support for x86_64



Index: Makefile
===================================================================
RCS file: /cvs/dirsec/dsbuild/ds/ldapserver/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	14 Feb 2006 22:29:06 -0000	1.2
+++ Makefile	15 Feb 2006 22:55:46 -0000	1.3
@@ -5,7 +5,7 @@
 CATEGORIES = ds
 # have the regular download rule download the patch rather than listing it in PATCHFILES
 # this is so we can override the default patch rule
-MYPATCH = ldapserver-gcc4.patch
+#MYPATCH = ldapserver-gcc4.patch
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz $(MYPATCH)
 PATCHFILES = 
 
@@ -49,7 +49,9 @@
 
 # this is our "custom" patch target
 post-patch:
+ifdef MYPATCH
 	cat $(addprefix download/,$(MYPATCH)) | ( cd work/$(GARNAME)-$(GARVERSION) ; patch -p1 )
+endif
 	$(MAKECOOKIE)
 
 configure-custom:




More information about the Fedora-directory-commits mailing list