Date: Sat, 13 Apr 2002 12:42:17 +0300 From: Peter Pentchev <roam@ringlet.net> To: gnome@FreeBSD.org Cc: ports@FreeBSD.org Subject: [PATCH] textproc/scrollkeeper: properly link against libintl Message-ID: <20020413124217.F40206@straylight.oblivion.bg>
next in thread | raw e-mail | index | archive | help
--HWvPVVuAAfuRc6SZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, While trying to package sysutils/gnomecontrolcenter on a 4.5-STABLE system after the devel/gettext update, I noticed that it could not package properly - the omf/control-center-* files were not installed at all. It turned out that scrollkeeper-preinstall did not know where to find libintl. The following patch, shamelessly stolen from the mail/fetchmail port, fixes the search for libintl here. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This would easier understand fewer had omitted. Index: ports/textproc/scrollkeeper/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/ports/textproc/scrollkeeper/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- ports/textproc/scrollkeeper/Makefile 1 Aug 2001 06:56:44 -0000 1.5 +++ ports/textproc/scrollkeeper/Makefile 13 Apr 2002 09:12:56 -0000 @@ -28,7 +28,7 @@ INSTALLS_SHLIB=3D yes CONFIGURE_ARGS=3D --localstatedir=3D/var --datadir=3D${PREFIX}/share/gnome CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ - LIBS=3D"-L${LOCALBASE}/lib -lintl" + LDFLAGS=3D"-L${LOCALBASE}/lib -lintl" =20 MAN8=3D scrollkeeper-config.8 scrollkeeper-preinstall.8 \ scrollkeeper-rebuilddb.8 scrollkeeper-update.8 --HWvPVVuAAfuRc6SZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjy3/XkACgkQ7Ri2jRYZRVNmqACglGpIfCQCue3LMcQIn84PtW7x 5JUAoIrmi89ci6npwvX4NIZyXVRFA1kQ =Og1t -----END PGP SIGNATURE----- --HWvPVVuAAfuRc6SZ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020413124217.F40206>