Changeset 713:b8d281b57d1a in roaraudio


Ignore:
Timestamp:
08/29/08 02:10:43 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added NetBSD specific LDPATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r698 r713  
    157157 SHARED="$SHARED -fno-common -dynamiclib -compatibility_version 0.1 -current_version 0.1.0" 
    158158 INCPATH="$INCPATH -fno-common" 
     159elif [ "$SYSNAME" = 'NetBSD' ] 
     160then 
     161 echo "Adding $SYSNAME libpath arguments..." 
     162 LDPATH="$LDPATH -L/usr/local/lib/" 
    159163fi 
    160164 
Note: See TracChangeset for help on using the changeset viewer.