pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ser



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 27 17:32:51 UTC 2023

Modified Files:
        pkgsrc/net/ser: Makefile

Log Message:
ser: Revert previous (unintentionally committed).

Thanks wiz for pointing out the error.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/ser/Makefile

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

Modified files:

Index: pkgsrc/net/ser/Makefile
diff -u pkgsrc/net/ser/Makefile:1.11 pkgsrc/net/ser/Makefile:1.12
--- pkgsrc/net/ser/Makefile:1.11        Tue Jul 18 18:36:31 2023
+++ pkgsrc/net/ser/Makefile     Thu Jul 27 17:32:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/07/18 18:36:31 nia Exp $
+# $NetBSD: Makefile,v 1.12 2023/07/27 17:32:51 nia Exp $
 #
 
 DISTNAME=      ser-0.8.14_src
@@ -25,10 +25,10 @@ REQD_DIRS=  ${PREFIX}/${EGDIR}
 MAKE_ENV+=     BUILDLINK_PREFIX.pthread=${BUILDLINK_PREFIX.pthread:Q}
 MAKE_ENV+=     cfg-prefix=${PREFIX}/share/examples
 MAKE_ENV+=     EGDIR=${EGDIR:Q}
-# Override its attempt to override LDFLAGS
-MAKE_FLAGS+=   LDFLAGS=${LDFLAGS:Q}
 INSTALL_ENV+=  BASEDIR=${DESTDIR}
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O2 rm:-Wl,-E
+
 CHECK_PORTABILITY_SKIP+=       scripts/sc
 
 INSTALLATION_DIRS+=    ${EGDIR}



Home | Main Index | Thread Index | Old Index