Declare USE_GETOPT_LONG=yes for the sake of -stable

This commit is contained in:
Mikhail Teterin 2004-07-11 08:14:09 +00:00
parent 678ba2a3d5
commit 5e65df641d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113378
2 changed files with 10 additions and 0 deletions

View File

@ -16,6 +16,7 @@ COMMENT= Send print jobs to lpd servers anywhere on a network
#LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
#CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib -lintl"
CONFIGURE_ENV= CPPFLAGS="-I${FILESDIR}"
CONFIGURE_ARGS= --disable-nls --without-catgets

View File

@ -0,0 +1,9 @@
--- src/Makefile.in Fri Jul 9 01:37:12 2004
+++ src/Makefile.in Sun Jul 11 04:08:28 2004
@@ -120,5 +120,5 @@
localedir = $(datadir)/locale
-LDFLAGS = -L../lib
+LDFLAGS = -L../lib @LDFLAGS@
LDADD = @INTLLIBS@ ../lib/librlpr.a
INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/lib \