diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-01 07:59:03 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2011-10-01 07:59:03 +0000 |
commit | 0b5e43518939628fd537f59d50adf5134cefd20b (patch) | |
tree | 19ef2898cb209547c26ebe5614177f828b545755 /audio/x11amp/files/patch-Input::mikmod::Makefile.in | |
parent | Resurrect games/xbat and update maintainership. (diff) |
- Resurrect audio/x11amp and update maintainership.
- Use %%DATADIR%% in pkg-plist.
PR: ports/161142
Diffstat (limited to 'audio/x11amp/files/patch-Input::mikmod::Makefile.in')
-rw-r--r-- | audio/x11amp/files/patch-Input::mikmod::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/x11amp/files/patch-Input::mikmod::Makefile.in b/audio/x11amp/files/patch-Input::mikmod::Makefile.in new file mode 100644 index 000000000000..a81defefdbca --- /dev/null +++ b/audio/x11amp/files/patch-Input::mikmod::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Input/mikmod/Makefile.in 2001/11/26 17:58:25 1.1 ++++ Input/mikmod/Makefile.in 2001/11/26 17:59:23 +@@ -94,7 +94,7 @@ + + libmikmod_la_LDFLAGS = -module -avoid-version + LIBS = +-CFLAGS = -I$(top_srcdir) -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_REENTRANT @GTK_CFLAGS@ ++CFLAGS += -I$(top_srcdir) -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -D_REENTRANT @GTK_CFLAGS@ + + + libmikmod_la_SOURCES = load_669.c load_amf.c load_dsm.c load_far.c load_it.c load_m15.c load_med.c load_mod.c load_mtm.c load_s3m.c load_stm.c load_ult.c load_xm.c mmalloc.c mmerror.c mmio.c drv_x11amp.c drv_nos.c mdreg.c mdriver.c mloader.c mlreg.c mplayer.c munitrk.c mwav.c npertab.c s3m_it.c sloader.c virtch.c marchive.c mikmod.h mikmod.xpm mikmod_internals.h mikmod-plugin.h plugin.c |