mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Add gnu_configure to Makefile.
This commit is contained in:
parent
2d3b86df38
commit
0905909520
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296501
@ -16,6 +16,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
|
||||
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
|
||||
OCTSRC= ${OCTAVE_PKGNAME}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${OCTSRC}/src
|
||||
MAKE_ENV+= MKOCTFILE=mkoctfile
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- Makefile-orig 2012-05-12 18:39:44.000000000 +0000
|
||||
+++ Makefile 2012-05-12 18:40:33.000000000 +0000
|
||||
@@ -29,6 +29,9 @@
|
||||
|
||||
$(GALOISOBJECTS): $(GALOISHEADERS)
|
||||
|
||||
+%.oct: %.o
|
||||
+ $(MKOCTFILE) $(MOFLAGS) $(@:.oct=.o) -o $@
|
||||
+
|
||||
%.o:%.cc
|
||||
$(MKOCTFILE) $(MOFLAGS) $(DEFINES) -c $<
|
||||
|
Loading…
Reference in New Issue
Block a user