mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Don't try to make this port respect CC/CFLAGS. It won't work. :-(
This commit is contained in:
parent
7ca397dbb7
commit
c01762daea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29456
@ -29,9 +29,7 @@ MAKE_ENV+= JX_INSTALL_ROOT="${PREFIX}/bin" \
|
||||
X11PREFIX="${X11PREFIX}" \
|
||||
PATH="${WRKSRC}/programs/makemake:${PATH}" \
|
||||
PORTCFLAGS="${CFLAGS}" \
|
||||
PORTCXXFLAGS="${CXXFLAGS}" \
|
||||
CC="${CC}" CXX="${CXX}"
|
||||
MAKE_ARGS+= -e
|
||||
PORTCXXFLAGS="${CXXFLAGS}"
|
||||
PLIST_SUB= LIBACE="${LIBACE}" \
|
||||
LIBJTOOL="${LIBJTOOL}" \
|
||||
LIBJX="${LIBJX}" \
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- Makefile Sat Sep 11 16:44:38 1999
|
||||
+++ Makefile.new Wed Jun 7 12:39:22 2000
|
||||
@@ -492,9 +492,7 @@
|
||||
|
||||
CHECK_ACE := lib/util/ace/j_has_ace
|
||||
|
||||
-CC := ${shell if { which gcc > /dev/null; } \
|
||||
- then { echo gcc; } \
|
||||
- else { echo ${CC}; } fi }
|
||||
+CC := ${CC}
|
||||
|
||||
.PHONY : fix_ace
|
||||
fix_ace:
|
Loading…
Reference in New Issue
Block a user