freebsd-ports/sysutils/gdisk/files/patch-Makefile.freebsd
Pawel Pekala b04cfa0ba6 - Update to version 0.8.0
- Add options to install cgdisk utility and add UTF16 support

PR:		ports/160812
Submitted by:	Dmitry N Fomin <fdn@okbire.ru> (maintainer)
Approved by:	miwi, wen (mentors implicit)
2011-09-19 21:04:07 +00:00

10 lines
336 B
Text

--- Makefile.freebsd 2011-09-11 00:51:13.000000000 +0000
+++ Makefile.freebsd 2011-09-18 20:22:41.000000000 +0000
@@ -1,5 +1,5 @@
-CC=gcc
-CXX=g++
+CC?=gcc
+CXX?=g++
CFLAGS+=-D_FILE_OFFSET_BITS=64
CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16 -I/usr/local/include
#CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -I /usr/local/include