pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lcdis: Honor LDFLAGS



Module Name:	pkgsrc-wip
Committed By:	Travis Paul <tr%vispaul.me@localhost>
Pushed By:	tpaul
Date:		Sun May 20 14:43:42 2018 +0000
Changeset:	cae66485a7d7370f8484117a4c0ba7b26226de5d

Modified Files:
	lcdis/Makefile

Log Message:
lcdis: Honor LDFLAGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cae66485a7d7370f8484117a4c0ba7b26226de5d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lcdis/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/lcdis/Makefile b/lcdis/Makefile
index 3ac3d5e9ea..11a731699d 100644
--- a/lcdis/Makefile
+++ b/lcdis/Makefile
@@ -17,7 +17,7 @@ WRKSRC=			${WRKDIR}
 INSTALLATION_DIRS=	bin
 
 do-build:
-	${CC} ${CFLAGS} -o ${WRKSRC}/lcdis ${WRKSRC}/LCDIS.C
+	${CC} ${LDFLAGS} ${CFLAGS} -o ${WRKSRC}/lcdis ${WRKSRC}/LCDIS.C
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/lcdis ${DESTDIR}${PREFIX}/bin/lcdis


Home | Main Index | Thread Index | Old Index