pkgsrc-WIP-changes archive

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

qt6-qtbase: remove unneeded stuff in Makefile



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <youremailsarecrap%gmail.com@localhost>
Pushed By:	nros
Date:		Wed Nov 23 21:48:33 2022 +0000
Changeset:	22d455029e0057eec9962d70d9904701c6378e19

Modified Files:
	qt6-qtbase/Makefile

Log Message:
qt6-qtbase: remove unneeded stuff in Makefile

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

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

diffstat:
 qt6-qtbase/Makefile | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diffs:
diff --git a/qt6-qtbase/Makefile b/qt6-qtbase/Makefile
index e1f1695581..410064c1dc 100644
--- a/qt6-qtbase/Makefile
+++ b/qt6-qtbase/Makefile
@@ -67,21 +67,7 @@ PLIST_VARS+=		egl
 
 .include "../../mk/compiler.mk"
 
-.if ${OPSYS} == "SunOS"
-.  if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang)
-.    if ${ABI:U} == "64"
-CONFIGURE_ARGS+=		-platform solaris-g++-64
-.    else
-CONFIGURE_ARGS+=		-platform solaris-g++
-.    endif
-.  else
-.    if ${ABI:U} == "64"
-CONFIGURE_ARGS+=		-platform solaris-cc-64
-.    else
-CONFIGURE_ARGS+=		-platform solaris-cc
-.    endif
-.  endif
-.elif ${OPSYS} == "Interix"
+.if ${OPSYS} == "Interix"
 CONFIGURE_ARGS+=		-platform interix-g++
 CFLAGS+=			-I/usr/local/include/bind
 LDFLAGS+=			-L/usr/local/lib/bind -lbind


Home | Main Index | Thread Index | Old Index