svn commit: r384324 - head/textproc/sdcv
Tijl Coosemans
tijl at FreeBSD.org
Sun Apr 19 20:01:08 UTC 2015
Author: tijl
Date: Sun Apr 19 20:01:07 2015
New Revision: 384324
URL: https://svnweb.freebsd.org/changeset/ports/384324
Log:
Patch configure.ac so it can detect a more recent gettext
Reported by: antoine
Modified:
head/textproc/sdcv/Makefile
Modified: head/textproc/sdcv/Makefile
==============================================================================
--- head/textproc/sdcv/Makefile Sun Apr 19 19:51:25 2015 (r384323)
+++ head/textproc/sdcv/Makefile Sun Apr 19 20:01:07 2015 (r384324)
@@ -19,7 +19,7 @@ USE_GNOME= glib20
SUB_FILES= pkg-message
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+LIBS+= -L${LOCALBASE}/lib
post-patch:
.for i in doc/sdcv.1 src/sdcv.cpp
@@ -30,9 +30,8 @@ post-patch:
's|@mandir@/uk|@mandir@|' ${WRKSRC}/doc/uk/Makefile.am
@${REINPLACE_CMD} -e \
's|getopt1.c getopt.h||' ${WRKSRC}/src/Makefile.am
-
-pre-configure:
- @${RM} -f ${WRKSRC}/m4/gettext.m4
@${RM} -f ${WRKSRC}/src/getopt.h
+ @${REINPLACE_CMD} '/AM_GNU_GETTEXT_VERSION/s/0\.14\.1/0.19.1/' \
+ ${WRKSRC}/configure.ac
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list