pkgsrc-WIP-changes archive

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

isa-l: Limit post-install hack to Linux



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Jun 1 08:35:59 2025 -0500
Changeset:	ab1e74ab1f2bc9b49f98f10e73983a6c2a7fd011

Modified Files:
	isa-l/Makefile

Log Message:
isa-l: Limit post-install hack to Linux

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

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

diffstat:
 isa-l/Makefile | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diffs:
diff --git a/isa-l/Makefile b/isa-l/Makefile
index d273914b3a..62bd63abcc 100644
--- a/isa-l/Makefile
+++ b/isa-l/Makefile
@@ -33,12 +33,10 @@ pre-configure:
 .include "../../mk/bsd.prefs.mk"
 
 # FIXME: Why isn't the upstream Makefile installing these??
+.if ${OPSYS} == "Linux"
 post-install:
-.if ${OPSYS} == Darwin
-	${INSTALL_DATA} ${WRKSRC}/.libs/*.dylib ${DESTDIR}${PREFIX}/lib
-.else
 	${INSTALL_DATA} ${WRKSRC}/.libs/*.so* ${DESTDIR}${PREFIX}/lib
-.endif
 	${INSTALL_DATA} ${WRKSRC}/.libs/*.a ${DESTDIR}${PREFIX}/lib
+.endif
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index