pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/din



Module Name:    pkgsrc
Committed By:   fox
Date:           Sun Jul 28 17:12:46 UTC 2019

Modified Files:
        pkgsrc/audio/din: Makefile

Log Message:
din: Fixes the build failures in Darwin.

1. Adds the SDLmain linker flag for Darwin to prevent link time failures.

Reviewed by: nia@


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/din/Makefile

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

Modified files:

Index: pkgsrc/audio/din/Makefile
diff -u pkgsrc/audio/din/Makefile:1.6 pkgsrc/audio/din/Makefile:1.7
--- pkgsrc/audio/din/Makefile:1.6       Mon Jul  1 04:07:55 2019
+++ pkgsrc/audio/din/Makefile   Sun Jul 28 17:12:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/07/01 04:07:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2019/07/28 17:12:46 fox Exp $
 
 DISTNAME=      din-42
 PKGREVISION=   1
@@ -14,7 +14,8 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    autoreconf pkg-config gmake
 GNU_CONFIGURE= yes
 
-LDFLAGS+=      -ltcl -lSDL -lGL -lpthread
+LDFLAGS+=              -ltcl -lSDL -lGL -lpthread
+LDFLAGS.Darwin+=       -lSDLmain
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index