Description: Do not pass OCTCDF_CLFAGS to mkoctfile
 On alpha, the flag actually contains values and mkoctfile cannot handle them (it's not a compiler).
Author: Thomas Weber <tweber@debian.org>
Origin: <vendor>
Bug: https://sourceforge.net/tracker/?func=detail&aid=3521797&group_id=2888&atid=102888
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666142
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile
+++ b/src/Makefile
@@ -41,7 +41,7 @@
 
 TARGETS = $(NCTARGET)
 
-MOFLAGS = $(OCTCDF_CFLAGS)
+MOFLAGS =
 MOLIBS = $(OCTCDF_LIBS) 
 
 #
