Import of pkgsrc-2014Q1
This commit is contained in:
14
sysutils/gpart/patches/patch-src_Makefile
Normal file
14
sysutils/gpart/patches/patch-src_Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
$NetBSD: patch-src_Makefile,v 1.1 2014/02/16 16:59:37 wiedi Exp $
|
||||
|
||||
pass CFLAGS
|
||||
--- src/Makefile.orig 2001-01-30 17:01:08.000000000 +0000
|
||||
+++ src/Makefile
|
||||
@@ -29,7 +29,7 @@ allsrc=Makefile $(src) $(hdr)
|
||||
all: $(prg)
|
||||
|
||||
$(prg): $(obj)
|
||||
- $(CC) -o $@ $(LDFLAGS) $(obj) $(LIBS)
|
||||
+ $(CC) $(CFLAGS) -o $@ $(LDFLAGS) $(obj) $(LIBS)
|
||||
|
||||
install: $(prg)
|
||||
$(INSTALL) -d $(bindir)
|
||||
Reference in New Issue
Block a user