pkgsrc-WIP-changes archive

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

giflib-32: Remove -m32 cflag as ${ABI} is set to 32



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Tue Jul 23 13:32:45 2019 +0200
Changeset:	bb21ef65028287babe34e843aa468e93882b144b

Modified Files:
	giflib-32/Makefile

Log Message:
giflib-32: Remove -m32 cflag as ${ABI} is set to 32

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

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

diffstat:
 giflib-32/Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/giflib-32/Makefile b/giflib-32/Makefile
index 71ed8bb979..56711689ea 100644
--- a/giflib-32/Makefile
+++ b/giflib-32/Makefile
@@ -2,13 +2,12 @@
 
 .include "Makefile.common"
 
-COMMENT=	GIF image format library
+COMMENT=		GIF image format library
 
-CONFLICTS+=	libungif-[0-9]*
+CONFLICTS+=		libungif-[0-9]*
 
 GNU_CONFIGURE_PREFIX=	${PREFIX}/emul/netbsd32/
-CFLAGS+=		-m32
-BUILD_DIRS=	lib
-INSTALL_DIRS=	lib
+BUILD_DIRS=		lib
+INSTALL_DIRS=		lib
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index