SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
x11/notion/patches/patch-utils_ion-completefile_Makefile
Normal file
24
x11/notion/patches/patch-utils_ion-completefile_Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
Use includes/libs constructed earlier.
|
||||
Fixe sparc64 compilation
|
||||
|
||||
Index: utils/ion-completefile/Makefile
|
||||
--- utils/ion-completefile/Makefile.orig
|
||||
+++ utils/ion-completefile/Makefile
|
||||
@@ -10,7 +10,7 @@ include $(TOPDIR)/build/system-inc.mk
|
||||
|
||||
LIBS += $(LIBTU_LIBS)
|
||||
INCLUDES += $(LIBTU_INCLUDES)
|
||||
-CFLAGS += $(XOPEN_SOURCE)
|
||||
+CFLAGS += $(XOPEN_SOURCE) $(INCLUDES)
|
||||
|
||||
SOURCES=ion-completefile.c
|
||||
|
||||
@@ -23,7 +23,7 @@ include $(TOPDIR)/build/rules.mk
|
||||
######################################
|
||||
|
||||
ion-completefile: $(SOURCES)
|
||||
- $(CC) $< $(CFLAGS) $(LDFLAGS) -o $@
|
||||
+ $(CC) $< $(CFLAGS) $(LDFLAGS) -o $@ $(LIBS)
|
||||
|
||||
_install:
|
||||
$(INSTALLDIR) $(DESTDIR)$(EXTRABINDIR)
|
Loading…
Add table
Add a link
Reference in a new issue