mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- Reformat pkg-descr - Update WWW Changes: https://www.rodsbooks.com/gdisk/revisions.html
11 lines
475 B
Text
11 lines
475 B
Text
--- Makefile.freebsd.orig 2022-04-14 23:17:12 UTC
|
|
+++ Makefile.freebsd
|
|
@@ -1,6 +1,6 @@
|
|
-CXX=clang++
|
|
+CXX?=clang++
|
|
#CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16 -I/usr/local/include
|
|
-CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 -I /usr/local/include
|
|
+CXXFLAGS+=-O2 -Wall -D_FILE_OFFSET_BITS=64 $(CPPFLAGS)
|
|
LDFLAGS+=-L/usr/local/lib
|
|
LDLIBS+=-luuid #-licuio
|
|
LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
|