diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-25 13:04:56 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-25 13:04:56 +0000 |
commit | 5282cf001de18d7f2814c68ff0baa4e2fcf74479 (patch) | |
tree | c1012d713636087149debcb4a1774e689d37c651 /security/libidea/files/patch-Makefile | |
parent | Mark FORBIDDEN. This port installs set-user-id executables which (diff) |
Add libidea 0.8.2b, iDEA block cipher library.
PR: 43793
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Notes
Notes:
svn path=/head/; revision=77451
Diffstat (limited to 'security/libidea/files/patch-Makefile')
-rw-r--r-- | security/libidea/files/patch-Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/libidea/files/patch-Makefile b/security/libidea/files/patch-Makefile new file mode 100644 index 000000000000..8dd4813466d3 --- /dev/null +++ b/security/libidea/files/patch-Makefile @@ -0,0 +1,25 @@ +--- Makefile.orig Thu Dec 4 20:35:38 1997 ++++ Makefile Mon Sep 30 02:55:39 2002 +@@ -5,20 +5,14 @@ + + DIR= cast + TOP= . +-CC= gcc +-CFLAG= -O3 -fomit-frame-pointer + +-CPP= $(CC) -E +-INCLUDES= +-INSTALLTOP=/usr/local/lib ++CPP?= $(CC) -E ++INSTALLTOP= ${PREFIX}/lib + MAKE= make + MAKEDEPEND= makedepend +-MAKEFILE= Makefile.uni + AR= ar r + + IDEA_ENC=i_cbc.o +- +-CFLAGS= $(INCLUDES) $(CFLAG) + + GENERAL=Makefile + TEST=ideatest |