pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/got-portable



Module Name:    pkgsrc
Committed By:   vins
Date:           Fri Jul 21 14:05:29 UTC 2023

Modified Files:
        pkgsrc/devel/got-portable: Makefile

Log Message:
devel/got-portable: fix broken build on *BSD.

Last commit accidentally added Linux-specific LDFLAGS as global ones.
Reverting that and bumping revision.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/got-portable/Makefile

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

Modified files:

Index: pkgsrc/devel/got-portable/Makefile
diff -u pkgsrc/devel/got-portable/Makefile:1.10 pkgsrc/devel/got-portable/Makefile:1.11
--- pkgsrc/devel/got-portable/Makefile:1.10     Tue Jul 18 09:33:18 2023
+++ pkgsrc/devel/got-portable/Makefile  Fri Jul 21 14:05:29 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/07/18 09:33:18 vins Exp $
+# $NetBSD: Makefile,v 1.11 2023/07/21 14:05:29 vins Exp $
 
 DISTNAME=      got-portable-0.90
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  https://gameoftrees.org/releases/portable/
 
@@ -18,8 +18,6 @@ ONLY_FOR_PLATFORM+=   Linux-*-*
 ONLY_FOR_PLATFORM+=    FreeBSD-*-*
 ONLY_FOR_PLATFORM+=    DragonFly-*-*
 
-LDFLAGS+=      -lmd -lbsd
-
 USE_TOOLS+=    pkg-config yacc
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index