diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-23 22:21:25 +0000 |
commit | 9e01a15a9e7a21c24d7218d9348be55257b501cd (patch) | |
tree | bc94d035785acb4bf8d5af10a8b5a9ded60b9b52 /security/openscep/files/patch-scepd_Makefile.in | |
parent | bf9a2be8e16be3ec91828db9152a641cdaf5f54d (diff) | |
download | ports-9e01a15a9e7a21c24d7218d9348be55257b501cd.tar.gz ports-9e01a15a9e7a21c24d7218d9348be55257b501cd.zip |
Notes
Diffstat (limited to 'security/openscep/files/patch-scepd_Makefile.in')
-rw-r--r-- | security/openscep/files/patch-scepd_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openscep/files/patch-scepd_Makefile.in b/security/openscep/files/patch-scepd_Makefile.in new file mode 100644 index 000000000000..975147e37e41 --- /dev/null +++ b/security/openscep/files/patch-scepd_Makefile.in @@ -0,0 +1,11 @@ +--- scepd/Makefile.in.orig Thu May 19 16:41:14 2005 ++++ scepd/Makefile.in Thu May 19 16:41:26 2005 +@@ -132,7 +132,7 @@ + LDADD = ../lib/libscep.la + LDFLAGS = -R$(libdir) + +-CPPFLAGS = -DOPENSCEPDIR=\"$(OPENSCEPDIR)\" ++CPPFLAGS += -DOPENSCEPDIR=\"$(OPENSCEPDIR)\" + + INCLUDES = $(INCLTDL) -I$(top_srcdir)/include -I$(OPENSSLDIR)/include + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |