Changeset 3572 for trunk/dports


Ignore:
Timestamp:
Oct 1, 2003, 12:57:51 PM (21 years ago)
Author:
gwright
Message:

Changed -traditional-cpp to -no-cpp-precomp in the top level makefile.
Bug:
Submitted by:
Reviewed by:
Approved by:
Obtained from:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/openmcl/Portfile

    r3173 r3572  
    1 # $Id: Portfile,v 1.5 2003/08/05 09:29:16 jkh Exp $
     1# $Id: Portfile,v 1.6 2003/10/01 12:57:51 gwright Exp $
    22
    33PortSystem 1.0
     
    2727                openmcl-darwin-interfaces.tar.gz    md5 96e729f65845d8af57b012e8ddd1cc56
    2828
    29 configure       { }
     29configure       { reinplace "s|-traditional-cpp|-no-cpp-precomp|g" \
     30                        ${workpath}/ccl/lisp-kernel/darwin/Makefile }
    3031
    3132build           { cd ${workpath}/ccl/lisp-kernel/darwin
Note: See TracChangeset for help on using the changeset viewer.