Skip to content

Commit

Permalink
- Set CPPFLAGS and LIBS in a number of ports so configure can find li…
Browse files Browse the repository at this point in the history
…bintl.h

  and libintl.so.  This fixes a problem where DATADIRNAME gets an incorrect
  value which causes locale files to be installed in the wrong place.
- The only configure checks that still need to be patched are related
  to intltool so move DATADIRNAME patching from USES=pathfix to
  USE_GNOME=intlhack.

- games/klavaro: remove excessive dependencies
- japanese/libskk: add INSTALL_TARGET=install-strip
- math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread
  patching
- multimedia/freetuxtv: remove excessive dependencies
- science/gramps: fix shared-mime-info use

Exp-run by:	antoine
Approved by:	portmgr (antoine)
  • Loading branch information
TijlCoosemans committed Sep 25, 2014
1 parent 20be128 commit b20f32b
Show file tree
Hide file tree
Showing 56 changed files with 168 additions and 141 deletions.
5 changes: 1 addition & 4 deletions Mk/Uses/pathfix.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ pathfix:
s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[(]prefix[)]/lib/pkgconfig|(prefix)/libdata/pkgconfig|g ; \
s|[$$][(]localstatedir[)]/scrollkeeper|${SCROLLKEEPER_DIR}|g ; \
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' ; \
${FIND} ${WRKSRC} -name "configure" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|{libdir}/locale|{prefix}/share/locale|g'
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'

.endif
12 changes: 7 additions & 5 deletions Mk/bsd.gnome.mk
Original file line number Diff line number Diff line change
Expand Up @@ -477,11 +477,13 @@ pygnome2_USE_GNOME_IMPL=libgnomeui pygtk2
intltool_DETECT= ${LOCALBASE}/bin/intltool-extract
intltool_BUILD_DEPENDS= ${intltool_DETECT}:${PORTSDIR}/textproc/intltool

intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
s|/usr/bin/iconv|${ICONV_CMD}|g ; \
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|'
intlhack_PRE_PATCH= ${FIND} ${WRKSRC} -name "intltool-merge.in" | ${XARGS} ${REINPLACE_CMD} \
's|mkdir $$lang or|mkdir $$lang, 0777 or| ; \
s|^push @INC, "/.*|push @INC, "${LOCALBASE}/share/intltool";| ; \
s|/usr/bin/iconv|${ICONV_CMD}|g ; \
s|unpack *[(]'"'"'U\*'"'"'|unpack ('"'"'C*'"'"'|' ; \
${FIND} ${WRKSRC} -name configure | ${XARGS} ${REINPLACE_CMD} \
's/DATADIRNAME=lib/DATADIRNAME=share/'
intlhack_USE_GNOME_IMPL=intltool

gtkhtml3_LIB_DEPENDS= libgtkhtml-3.14.so:${PORTSDIR}/www/gtkhtml3
Expand Down
2 changes: 1 addition & 1 deletion accessibility/at-spi2-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-xevie
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/ario/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
libmpdclient.so:${PORTSDIR}/audio/libmpdclient

USES= gmake libtool pathfix pkgconfig
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
USE_GNOME= gtk20
INSTALLS_ICONS= yes
Expand Down
4 changes: 2 additions & 2 deletions audio/easytag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
libFLAC.so:${PORTSDIR}/audio/flac \
libtag.so:${PORTSDIR}/audio/taglib

USES= gmake pkgconfig pathfix desktop-file-utils tar:xz
USES= desktop-file-utils gmake pkgconfig tar:xz
USE_GNOME= glib20 intltool intlhack libxslt
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_GTK
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib

CONFIGURE_ARGS= --disable-appdata-validate \
--without-help-dir \
Expand Down
4 changes: 3 additions & 1 deletion audio/gmpc-alarm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake gettext libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool
USES= gmake gettext libtool pathfix pkgconfig

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/gmpc-discogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool libxml2
USES= gettext gmake libtool pathfix pkgconfig

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/gmpc-lastfm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USE_GNOME= glib20 gtk20 intltool libxml2
USES= gettext gmake libtool pathfix pkgconfig

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/gmpc-lyricwiki/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
USES= gettext gmake libtool pathfix pkgconfig

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/gmpc-mdcover/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc
RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
USES= gettext gmake libtool pathfix pkgconfig

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion audio/gmpc-shout/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc \
ogg123:${PORTSDIR}/audio/vorbis-tools

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake libtool pkgconfig
USE_GNOME= intltool glib20 gtk20 libxml2
USES= gettext gmake libtool pathfix pkgconfig

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions audio/gvolwheel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ COMMENT= Volume mixer

LICENSE= GPLv3

BUILD_DEPENDS= intltoolize:${PORTSDIR}/textproc/intltool

CONFIGURE_ARGS+=--enable-oss
GNU_CONFIGURE= yes
USES= gmake iconv pathfix pkgconfig
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake iconv pkgconfig
USE_GNOME= gtk30

PORTDOCS= AUTHORS ChangeLog README
Expand Down
7 changes: 4 additions & 3 deletions audio/paprefs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ MAINTAINER= [email protected]
COMMENT= GTK configuration dialog for PulseAudio

LIB_DEPENDS= libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
libpulse.so:${PORTSDIR}/audio/pulseaudio

GNU_CONFIGURE= yes
USES= gmake pathfix pkgconfig
USE_GNOME= gnomeprefix intltool
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gmake pkgconfig
USE_GNOME= gconfmm26 gnomeprefix

CONFIGURE_ARGS= --disable-lynx

Expand Down
6 changes: 4 additions & 2 deletions comms/gpredict/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ LIB_DEPENDS= libhamlib.so:${PORTSDIR}/comms/hamlib \
libcurl.so:${PORTSDIR}/ftp/curl \
libgoocanvas.so:${PORTSDIR}/graphics/goocanvas

USES= gettext pathfix gmake pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USE_GNOME= gtk20

post-patch:
@${REINPLACE_CMD} -e \
Expand Down
7 changes: 5 additions & 2 deletions deskutils/babytrans/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ MASTER_SITES= http://fjolliton.free.fr/babytrans/
MAINTAINER= [email protected]
COMMENT= GTK+/GNOME front-end for Babylon Translator .dic files

USES= gmake gettext pathfix
DEPRECATED= Abandonware, dictionaries unavailable
EXPIRATION_DATE=2014-10-31

USES= gmake gettext
USE_GNOME= gtk12 gnomeprefix
GNU_CONFIGURE= yes
CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib -lintl
PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message

Expand Down
2 changes: 2 additions & 0 deletions deskutils/glipper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ USE_PYTHON= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${PREFIX}/libexec --disable-schemas-install
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

GCONF_SCHEMAS= glipper.schemas

Expand Down
2 changes: 0 additions & 2 deletions devel/geany-plugins-l10n/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@ CATEGORIES= devel
MAINTAINER= [email protected]
COMMENT= Localization messages for Geany plugins

USES= pathfix

.include "${.CURDIR}/../geany-plugins/files/Makefile.common"
.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions devel/geany-plugins/files/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ USE_GNOME+= gtk20
GEANY_PLUGIN= NLS
NLS_DIR= po
NLS_SWITCH= --enable-nls
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
.endif

GEANY_PLUGIN?= ${PORTNAME:S,geany-plugin-,,}
Expand Down
5 changes: 3 additions & 2 deletions devel/gitg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules \
--disable-maintainer-mode \
--enable-compile-warnings=no
USE_GNOME= glib20 gtk30 gtksourceview3
USE_GNOME= glib20 gtk30 gtksourceview3 intlhack
INSTALL_TARGET= install-strip

INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml

LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
Expand Down
4 changes: 2 additions & 2 deletions devel/gitg0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CONFLICTS= gitg-[0-9]*

USES= tar:bzip2 gmake pkgconfig pathfix libtool
GNU_CONFIGURE= yes
USE_GNOME= gconf2 gtk20 gtksourceview2
USE_GNOME= gconf2 gtk20 gtksourceview2 intlhack
INSTALL_TARGET= install-strip

INSTALLS_ICONS= yes
Expand All @@ -33,6 +33,6 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
NLS_CPPFLAGS= -I${LOCALBASE}/include
NLS_LDFLAGS= -L${LOCALBASE}/lib
NLS_LIBS= -L${LOCALBASE}/lib

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions devel/gsettings-desktop-schemas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ USES= gettext gmake pathfix perl5 pkgconfig tar:xz
USE_PERL5= build
USE_GNOME= intltool glib20 gnomehier introspection:build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

GLIB_SCHEMAS= org.gnome.desktop.a11y.applications.gschema.xml \
org.gnome.desktop.a11y.keyboard.gschema.xml \
Expand Down
6 changes: 4 additions & 2 deletions devel/libosinfo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ COMMENT= Library for managing OS information for virtualization
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome

USES= gmake libtool pathfix pkgconfig
USE_GNOME= gnomehier glib20 libxml2 libxslt introspection:build intltool
USE_GNOME= gnomehier glib20 libxml2 libxslt introspection:build intlhack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes

CONFIGURE_ARGS+= --disable-tests --disable-vala
CONFIGURE_ARGS= --disable-tests --disable-vala
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS
OPTIONS_SUB=yes
Expand Down
4 changes: 2 additions & 2 deletions devel/libpeas/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
USE_PYTHON= 2
USE_LDCONFIG= yes
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz
USE_GNOME= gtk30 introspection:build
USE_GNOME= gtk30 intlhack introspection:build
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--disable-glade-catalog

Expand Down
7 changes: 4 additions & 3 deletions devel/libvirt-glib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ COMMENT= Glib bindings for Libvirt virtualization API
LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt

GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_GNOME= intltool introspection
USE_GNOME= intlhack introspection
USE_PYTHON= 2
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
CONFIGURE_ARGS+= --enable-introspection
LDFLAGS+= -fstack-protector
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

SHLIB_VER= 1.0
Expand Down
6 changes: 3 additions & 3 deletions games/gnome-chess/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ BUILD_DEPENDS= crafty:${PORTSDIR}/games/crafty \
xmllint:${PORTSDIR}/textproc/libxml2 \
p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser

USES= gmake pathfix pkgconfig desktop-file-utils shared-mime-info tar:xz
USES= gmake pkgconfig desktop-file-utils shared-mime-info tar:xz
USE_GL= gl glu
USE_GNOME= gtk30 librsvg2
USE_GNOME= gtk30 intlhack librsvg2
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -L${LOCALBASE}/lib
MAKE_ARGS= XML_I18N_UPDATE="${TRUE}" XML_I18N_EXTRACT="${TRUE}"
DATADIR= ${PREFIX}/share/gnome-chess

Expand Down
17 changes: 4 additions & 13 deletions games/klavaro/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,16 @@ COMMENT= Touchtyping trainer

LICENSE= GPLv3

LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
libpcre.so:${PORTSDIR}/devel/pcre \
libcurl.so:${PORTSDIR}/ftp/curl \
libcairo.so:${PORTSDIR}/graphics/cairo \
libpng15.so:${PORTSDIR}/graphics/png \
libfreetype.so:${PORTSDIR}/print/freetype2 \
libexpat.so:${PORTSDIR}/textproc/expat2 \
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libgtkdatabox.so:${PORTSDIR}/x11-toolkits/gtkdatabox

USES= pkgconfig gettext gmake iconv pathfix tar:bzip2
USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
xfixes xi xinerama xrandr xrender
USE_GNOME= gtk20
USES= pkgconfig gettext gmake iconv tar:bzip2
USE_GNOME= gtk20 intlhack
USE_LDCONFIG= yes
INSTALLS_ICONS= yes

CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/gtkdatabox
LDFLAGS+= -L${LOCALBASE}/lib -rdynamic
LIBS+= -L${LOCALBASE}/lib

GNU_CONFIGURE= yes

Expand Down
9 changes: 4 additions & 5 deletions graphics/gimp-save-for-web/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ COMMENT= GIMP Save For Web plugin
LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser

USES= gettext gmake pkgconfig pathfix perl5 tar:bzip2
USE_PERL5= build
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake perl5 pkgconfig tar:bzip2
USE_PERL5= build
USE_GNOME= intltool

post-patch:
@${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in

.include <bsd.port.mk>
4 changes: 3 additions & 1 deletion graphics/ocrfeeder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ RUN_DEPENDS:= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \
gtkspell3>0:${PORTSDIR}/textproc/gtkspell3 \
${BUILD_DEPENDS}

USES= desktop-file-utils gettext gmake pathfix pkgconfig tar:xz
USES= desktop-file-utils gettext gmake pkgconfig tar:xz
USE_GNOME= gnomedocutils gnomehier gtk30 librsvg2 pygobject3
USE_GHOSTSCRIPT=yes
USE_PYTHON= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib

post-patch:
@${REINPLACE_CMD} -e \
Expand Down
Loading

0 comments on commit b20f32b

Please sign in to comment.