diff options
Diffstat (limited to 'security/racoon2/files/patch-aa')
-rw-r--r-- | security/racoon2/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/security/racoon2/files/patch-aa b/security/racoon2/files/patch-aa new file mode 100644 index 000000000000..d599760fbf0f --- /dev/null +++ b/security/racoon2/files/patch-aa @@ -0,0 +1,16 @@ +--- ../libipsec/Makefile- Mon Jun 12 00:02:28 2000 ++++ ../libipsec/Makefile Mon Jun 12 00:02:49 2000 +@@ -25,9 +25,10 @@ + # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + # SUCH DAMAGE. + +-.if exists(${.CURDIR}/../Makefile.opsys) +-.include "${.CURDIR}/../Makefile.opsys" +-.endif ++#.if exists(${.CURDIR}/../Makefile.opsys) ++#.include "${.CURDIR}/../Makefile.opsys" ++#.endif ++OPSYS!= uname -s + + LIB= ipsec + CFLAGS+=-g |