Index: head/lang/cbmbasic/Makefile =================================================================== --- head/lang/cbmbasic/Makefile (revision 547169) +++ head/lang/cbmbasic/Makefile (revision 547170) @@ -1,23 +1,25 @@ # $FreeBSD$ PORTNAME= cbmbasic PORTVERSION= 20180708 CATEGORIES= lang MAINTAINER= trasz@FreeBSD.org COMMENT= Portable version of Commodore 64 BASIC LICENSE= BSD RESTRICTED= Not really sure about the legal status USE_GITHUB= yes GH_ACCOUNT= mist64 GH_TAGNAME= 89093eba090d6e1c2d2b6e1cb1616dba0ce9c7f6 +CFLAGS+= -fcommon + PLIST_FILES= bin/cbmbasic do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cbmbasic ${STAGEDIR}${PREFIX}/bin .include Index: head/lang/cbmbasic/files/patch-Makefile =================================================================== --- head/lang/cbmbasic/files/patch-Makefile (nonexistent) +++ head/lang/cbmbasic/files/patch-Makefile (revision 547170) @@ -0,0 +1,14 @@ +--- Makefile.orig 2014-12-06 23:57:18 UTC ++++ Makefile +@@ -1,10 +1,9 @@ + OBJS=cbmbasic.o runtime.o plugin.o console.o +-CFLAGS=-Wall -O3 + + all: cbmbasic + + cbmbasic: $(OBJS) +- $(CC) -o cbmbasic $(OBJS) ++ $(CC) $(CFLAGS) -o cbmbasic $(OBJS) + + clean: + rm -f $(OBJS) cbmbasic Property changes on: head/lang/cbmbasic/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property