[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / gpgme

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/gpgme/Makefile between version 1.79 and 1.80

version 1.79, 2017/03/31 10:31:57 version 1.80, 2017/04/05 09:28:27
Line 15  GNU_CONFIGURE=  yes
Line 15  GNU_CONFIGURE=  yes
 PTHREAD_OPTS+=          require  PTHREAD_OPTS+=          require
 INFO_FILES=             yes  INFO_FILES=             yes
   
   # turn off swig/python detection; there is no configure flag as of 1.8.0
   CONFIGURE_ENV+=         ac_cv_path_SWIG=
   
 SUBST_CLASSES+=         pthread  SUBST_CLASSES+=         pthread
 SUBST_FILES.pthread=    src/gpgme-config.in  SUBST_FILES.pthread=    src/gpgme-config.in
 SUBST_SED.pthread+=     -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'  SUBST_SED.pthread+=     -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
Line 27  LIBS.SunOS+=  -lnsl -lsocket
Line 30  LIBS.SunOS+=  -lnsl -lsocket
 # in either base system or librfuncs  # in either base system or librfuncs
 CONFIGURE_ENV+=         ac_cv_func_getenv_r=yes  CONFIGURE_ENV+=         ac_cv_func_getenv_r=yes
   
   # 17 errors as of 1.8.0
   # https://dev.gnupg.org/T3056
 TEST_TARGET=            check  TEST_TARGET=            check
   
 .include "../../mk/pthread.buildlink3.mk"  .include "../../mk/pthread.buildlink3.mk"

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb <webmaster@jp.NetBSD.org>