mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Declare USE_GETOPT_LONG=yes for the sake of -stable
This commit is contained in:
parent
678ba2a3d5
commit
5e65df641d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113378
@ -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
|
||||
|
9
print/rlpr/files/patch-ldflags
Normal file
9
print/rlpr/files/patch-ldflags
Normal 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 \
|
Loading…
Reference in New Issue
Block a user