IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ticket #512: pslib-0.6.99-pkgconfig-cflags.patch

File pslib-0.6.99-pkgconfig-cflags.patch, 991 bytes (added by jhoblitt, 21 years ago)

patch to remove -I${includedir} from PSLIB_CFLAGS

  • pslib/configure.

    ---------------------
    PatchSet 3 
    Date: 2005/09/02 12:02:00
    Author: jhoblitt
    Branch: HEAD
    Tag: (none) 
    Log:
    remove -I${includedir} from PSLIB_CFLAGS
    
    Members: 
    	configure.ac:1.1->1.2 
    	pslib.pc.in:1.1->1.2 
    
    diff -u pslib/configure.ac:1.1 pslib/configure.ac:1.2
    old new  
    6161AC_PREFIX_DEFAULT([`pwd`])
    6262test "$prefix" = NONE && prefix=`pwd`
    6363
    64 dnl Setup the info for psLib for pkg-config
    65 PSLIB_CFLAGS="-I${includedir}"
    66 
    6764dnl check for standard language functionality
    6865AC_HEADER_STDC
    6966AC_HEADER_SYS_WAIT
  • pslib/pslib.pc.

    diff -u pslib/pslib.pc.in:1.1 pslib/pslib.pc.in:1.2
    old new  
    77Description: Pan-STARRS Library
    88Version: @VERSION@
    99Libs: -L@libdir@ -lpslib @PSLIB_LIBS@ @LIBS@
    10 Cflags: @PSLIB_CFLAGS@
     10Cflags: -I${includedir} @PSLIB_CFLAGS@