Skip to content

Commit

Permalink
smpeg2: assembly flags should default to cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Jul 22, 2017
1 parent e1c5a45 commit 55f4b14
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions multimedia/smpeg2/Portfile
Expand Up @@ -2,6 +2,7 @@ PortSystem 1.0

name smpeg2
version 2.0.0
revision 1
categories multimedia
# libs are LGPL, executables are GPL
license {GPL-2+ LGPL} BSD IJG
Expand All @@ -22,6 +23,9 @@ depends_lib port:libsdl2

configure.args --disable-sdltest

# CCASFLAGS is supposed to default to CFLAGS
patchfiles-append patch-configure.diff

post-destroot {
set docdir ${destroot}${prefix}/share/doc/${name}
xinstall -d ${docdir}
Expand Down
13 changes: 13 additions & 0 deletions multimedia/smpeg2/files/patch-configure.diff
@@ -0,0 +1,13 @@
--- configure.orig 2013-06-01 08:53:50.000000000 -0700
+++ configure 2017-07-21 17:36:18.000000000 -0700
@@ -2453,8 +2453,8 @@



-ASFLAGS=""
-CCASFLAGS=""
+#ASFLAGS=""
+#CCASFLAGS=""



0 comments on commit 55f4b14

Please sign in to comment.