- Respect CC (right way) [1]

Suggested by:	bapt [1]
This commit is contained in:
Jose Alonso Cardenas Marquez 2013-10-09 21:15:37 +00:00
parent e9caa18e52
commit ada09c68bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329930
3 changed files with 5 additions and 7 deletions

View file

@ -14,6 +14,8 @@ COMMENT= File splitter, GTK and CLI versions
USE_GNOME= #
USES= gmake pkgconfig
MAKE_ARGS= CC="${CC}"
PORTDOCS= README
OPTIONS_DEFINE= CLI GTK2 LANG_ES LANG_EN LANG_FR

View file

@ -1,10 +1,6 @@
--- Makefile 2004-01-12 11:23:38.000000000 -0500
+++ Makefile 2013-10-09 15:41:27.000000000 -0500
@@ -1,17 +1,16 @@
-CC = gcc
+CC ?= gcc
+++ Makefile 2013-10-09 16:05:16.000000000 -0500
@@ -4,14 +4,13 @@
OBJ = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o hozcli.o
LINKOBJ = hoz.o hozcli.o
GLINKOBJ = hoz.o hozgtk.o hozgtk_c.o hozgtk_i.o hozgtk_s.o

View file

@ -4,4 +4,4 @@ the one used by the "Hacha" software, a well known splitter in Spain and
"Hacha" compatible splitter.
Author: Gustavo Picon <tabo@slashcore.com>
WWW: http://hoz.sourceforge.net/
WWW: http://hoz.sourceforge.net/