diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 08:31:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 08:31:15 +0000 |
commit | 473921fb71e4e110ffce98c10ac56a8e989611e7 (patch) | |
tree | cfb2c402a1f6f86755b0c3223483515a175a1ec3 /comms/scmxx/files | |
parent | 752f2f8b00382e4c047ae7843df4daef366de6e1 (diff) |
Notes
Diffstat (limited to 'comms/scmxx/files')
-rw-r--r-- | comms/scmxx/files/patch-Makefile.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/comms/scmxx/files/patch-Makefile.in b/comms/scmxx/files/patch-Makefile.in new file mode 100644 index 000000000000..241d014d3ed9 --- /dev/null +++ b/comms/scmxx/files/patch-Makefile.in @@ -0,0 +1,21 @@ +*** Makefile.in.orig Sun May 26 16:04:19 2002 +--- Makefile.in Wed May 29 15:14:31 2002 +*************** +*** 5,12 **** + bindir=@bindir@ + mandir=@mandir@ + +! COMPILER=@CC@ +! CFLAGS= @CCADD@ + LDFLAGS=@LDADD@ + INSTALL=@INSTALL@ + VERSION=`cat VERSION` +--- 5,12 ---- + bindir=@bindir@ + mandir=@mandir@ + +! COMPILER=@CC@ +! CFLAGS= @CCADD@ -I${LOCALBASE}/include + LDFLAGS=@LDADD@ + INSTALL=@INSTALL@ + VERSION=`cat VERSION` |